We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a178b41 commit f2e532fCopy full SHA for f2e532f
2 files 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 }}
charts/lighthouse-webui-plugin/values.yaml
@@ -25,6 +25,7 @@ secrets:
25
secretKeyRef:
26
name: lighthouse-hmac-token
27
key: hmac
28
+ optional: true
29
30
image:
31
repository: ghcr.io/jenkins-x/lighthouse-webui-plugin
0 commit comments