We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06ddd8f + 47f24b0 commit 598f960Copy full SHA for 598f960
1 file changed
charts/lighthouse-webui-plugin/templates/deployment.yaml
@@ -72,7 +72,6 @@ spec:
72
- name: LIGHTHOUSE_HMAC_KEY
73
valueFrom:
74
secretKeyRef: {{- .Values.secrets.lighthouse.hmac.secretKeyRef | toYaml | nindent 14 }}
75
- optional: true
76
{{- range $pkey, $pval := .Values.pod.env }}
77
- name: {{ $pkey }}
78
value: {{ quote $pval }}
0 commit comments