Skip to content

Commit 922d524

Browse files
committed
fix: make hmac optional
bitbucketcloud does not support hmac. make as optional
1 parent 0127fd5 commit 922d524

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

charts/lighthouse-webui-plugin/templates/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ spec:
7272
- name: LIGHTHOUSE_HMAC_KEY
7373
valueFrom:
7474
secretKeyRef: {{- .Values.secrets.lighthouse.hmac.secretKeyRef | toYaml | nindent 14 }}
75+
optional: true
7576
{{- range $pkey, $pval := .Values.pod.env }}
7677
- name: {{ $pkey }}
7778
value: {{ quote $pval }}

0 commit comments

Comments
 (0)