File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: 1.13.0
3
3
kubeVersion : " >=1.16.0-0"
4
4
description : A Helm chart for velero
5
5
name : velero
6
- version : 6.0 .0
6
+ version : 6.1 .0
7
7
home : https://github.com/vmware-tanzu/velero
8
8
icon : https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
9
9
sources :
Original file line number Diff line number Diff line change @@ -163,6 +163,10 @@ spec:
163
163
{{- with .namespace }}
164
164
- --namespace={{ . }}
165
165
{{- end }}
166
+ {{- with .extraArgs }}
167
+ # ## User-supplied overwrite flags
168
+ {{- toYaml . | nindent 12 }}
169
+ {{- end }}
166
170
{{- end }}
167
171
{{- with .Values.resources }}
168
172
resources :
Original file line number Diff line number Diff line change @@ -441,6 +441,10 @@ configuration:
441
441
# `velero server` default: velero
442
442
namespace :
443
443
444
+ # additional command-line arguments that will be passed to the `velero server`
445
+ # e.g.: extraArgs: ["--foo=bar"]
446
+ extraArgs : []
447
+
444
448
# additional key/value pairs to be used as environment variables such as "AWS_CLUSTER_NAME: 'yourcluster.domain.tld'"
445
449
extraEnvVars : {}
446
450
You can’t perform that action at this time.
0 commit comments