Skip to content

Commit 92d153e

Browse files
authored
Fix spacing within curly braces (#63)
Signed-off-by: Calvin Bui <3604363+calvinbui@users.noreply.github.com>
1 parent 4c1fa6f commit 92d153e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/velero/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: 1.3.0
33
description: A Helm chart for velero
44
name: velero
5-
version: 2.9.1
5+
version: 2.9.2
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/volumesnapshotlocation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ spec:
2828
{{- end }}
2929
{{- with .snapshotLocation }}
3030
snapshotLocation: {{ . }}
31-
{{- end}}
31+
{{- end }}
3232
{{- with .project }}
3333
project: {{ . }}
34-
{{- end}}
34+
{{- end }}
3535
{{- end }}
3636
{{- end }}
3737
{{- end }}

0 commit comments

Comments
 (0)