File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: 1.13.2
3
3
kubeVersion : " >=1.16.0-0"
4
4
description : A Helm chart for velero
5
5
name : velero
6
- version : 6.7 .0
6
+ version : 6.8 .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 @@ -109,6 +109,9 @@ spec:
109
109
- --log-format={{ . }}
110
110
{{- end }}
111
111
{{- end }}
112
+ {{- with .Values.nodeAgent.extraArgs }}
113
+ {{- toYaml . | nindent 12 }}
114
+ {{- end }}
112
115
volumeMounts :
113
116
{{- if .Values.credentials.useSecret }}
114
117
- name : cloud-credentials
Original file line number Diff line number Diff line change @@ -566,6 +566,10 @@ nodeAgent:
566
566
# Key/value pairs to be used as environment variables for the node-agent daemonset. Optional.
567
567
extraEnvVars : {}
568
568
569
+ # Additional command-line arguments that will be passed to the node-agent. Optional.
570
+ # e.g.: extraArgs: ["--foo=bar"]
571
+ extraArgs : []
572
+
569
573
# Configure the dnsPolicy of the node-agent daemonset
570
574
# See: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy
571
575
dnsPolicy : ClusterFirst
You can’t perform that action at this time.
0 commit comments