We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0127fd5 + 922d524 commit a178b41Copy full SHA for a178b41
1 file changed
charts/lighthouse-webui-plugin/templates/deployment.yaml
@@ -72,6 +72,7 @@ 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