Skip to content

Commit 0461580

Browse files
authored
fixed dnsPolicy position in yaml definition (vmware-tanzu#190)
Signed-off-by: David Sauer <[email protected]>
1 parent 1aa6df9 commit 0461580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/velero/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: 1.5.2
33
description: A Helm chart for velero
44
name: velero
5-
version: 2.14.0
5+
version: 2.14.1
66
home: https://github.com/vmware-tanzu/velero
77
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
88
sources:

charts/velero/templates/restic-daemonset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ spec:
5555
{{- if .Values.restic.extraVolumes }}
5656
{{- toYaml .Values.restic.extraVolumes | nindent 8 }}
5757
{{- end }}
58+
dnsPolicy: {{ .Values.restic.dnsPolicy }}
5859
containers:
5960
- name: restic
6061
{{- if .Values.image.digest }}
@@ -138,7 +139,6 @@ spec:
138139
key: {{ default "none" $key }}
139140
{{- end }}
140141
{{- end }}
141-
dnsPolicy: {{ .Values.restic.dnsPolicy }}
142142
securityContext:
143143
privileged: {{ .Values.restic.privileged }}
144144
{{- with .Values.restic.securityContext }}

0 commit comments

Comments
 (0)