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