Skip to content

Commit 598f960

Browse files
Merge pull request #17 from dali546/fix/hmac-secret
chore: use values.yaml template for hmac
2 parents 06ddd8f + 47f24b0 commit 598f960

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

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

0 commit comments

Comments
 (0)