Skip to content

Commit 06ddd8f

Browse files
Merge pull request #16 from jenkins-x-plugins/rawlingsj-patch-1
chore: use correct indent
2 parents a178b41 + 4960423 commit 06ddd8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/lighthouse-webui-plugin/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
- name: LIGHTHOUSE_HMAC_KEY
7373
valueFrom:
7474
secretKeyRef: {{- .Values.secrets.lighthouse.hmac.secretKeyRef | toYaml | nindent 14 }}
75-
optional: true
75+
optional: true
7676
{{- range $pkey, $pval := .Values.pod.env }}
7777
- name: {{ $pkey }}
7878
value: {{ quote $pval }}
@@ -130,4 +130,4 @@ spec:
130130
{{- end }}
131131
{{- with .Values.pod.schedulerName }}
132132
schedulerName: {{ tpl . $ | trim }}
133-
{{- end }}
133+
{{- end }}

0 commit comments

Comments
 (0)