Skip to content

Commit

Permalink
Merge pull request vmware-tanzu#317 from ErgiKame/yaml-indentation-fix
Browse files Browse the repository at this point in the history
[velero] Fixed indentation in yaml file that prevented chart deployment
  • Loading branch information
sseago authored Oct 29, 2021
2 parents 4d9dffa + f9aa264 commit 38cdae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/velero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.7.0
description: A Helm chart for velero
name: velero
version: 2.26.1
version: 2.26.2
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/velero/templates/restic-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ include "velero.chart" . }}
{{- if .Values.podLabels }}
{{ toYaml .Values.podLabels | nindent 8 }}
{{- toYaml .Values.podLabels | nindent 8 }}
{{- end }}
{{- with .Values.podAnnotations }}
annotations:
Expand Down Expand Up @@ -171,4 +171,4 @@ spec:
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 38cdae9

Please sign in to comment.