Skip to content

Commit

Permalink
[velero] use value instead of key for extraEnvVars (#425)
Browse files Browse the repository at this point in the history
* use value instead of key for extraEnvVars
* bump version

Signed-off-by: k4mrul <kamrulahsan06@gmail.com>
  • Loading branch information
k4mrul committed Dec 19, 2022
1 parent 235169f commit 1f0831e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/velero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 1.9.4
kubeVersion: ">=1.16.0-0"
description: A Helm chart for velero
name: velero
version: 2.32.4
version: 2.32.5
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/velero/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ spec:
valueFrom:
secretKeyRef:
name: {{ include "velero.secretName" $ }}
key: {{ default "none" $key }}
key: {{ default "none" $value }}
{{- end }}
{{- end }}
{{- if .Values.lifecycle }}
Expand Down

0 comments on commit 1f0831e

Please sign in to comment.