Skip to content

Commit f2e532f

Browse files
committed
use values
1 parent a178b41 commit f2e532f

2 files changed

Lines changed: 1 addition & 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 }}

charts/lighthouse-webui-plugin/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ secrets:
2525
secretKeyRef:
2626
name: lighthouse-hmac-token
2727
key: hmac
28+
optional: true
2829

2930
image:
3031
repository: ghcr.io/jenkins-x/lighthouse-webui-plugin

0 commit comments

Comments
 (0)