Skip to content

Commit 01eca84

Browse files
committed
fix: undefined var
1 parent c133461 commit 01eca84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ volumeMounts:
126126
{{- end }}
127127
{{ range $certSecretNames := .Values.coder.certs.secretNames -}}
128128
- name: {{ $certSecretNames | quote }}
129-
mountPath: "/etc/ssl/certs/{{ $certSecretName }}"
129+
mountPath: "/etc/ssl/certs/{{ $certSecretNames }}"
130130
readOnly: true
131131
{{ end }}
132132
{{- else }}

0 commit comments

Comments
 (0)