Skip to content

Commit a178b41

Browse files
Merge pull request #15 from dali546/fix/hmac-optional
fix: make hmac optional
2 parents 0127fd5 + 922d524 commit a178b41

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)