Skip to content

Commit

Permalink
Quote string type
Browse files Browse the repository at this point in the history
  • Loading branch information
JenTing Hsiao committed Jun 22, 2021
1 parent 2eeef6f commit 787870c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/velero/templates/backupstoragelocation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ spec:
{{- end }}
{{- with .Values.configuration.backupStorageLocation }}
objectStorage:
bucket: {{ .bucket }}
bucket: {{ .bucket | quote }}
{{- with .prefix }}
prefix: {{ . }}
prefix: {{ . | quote }}
{{- end }}
{{- with .caCert }}
caCert: {{ . }}
Expand Down

0 comments on commit 787870c

Please sign in to comment.