Skip to content

Commit 41c2646

Browse files
committed
fix: Change secret key reference to use 'value' instead of 'key'
Signed-off-by: just1900 <legendj228@gmail.com>
1 parent 2b2bb0c commit 41c2646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/velero/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ spec:
260260
valueFrom:
261261
secretKeyRef:
262262
name: {{ include "velero.secretName" $ }}
263-
key: {{ default "none" $key }}
263+
key: {{ default "none" $value }}
264264
{{- end }}
265265
{{- end }}
266266
{{- if .Values.lifecycle }}

0 commit comments

Comments
 (0)