Skip to content

Commit

Permalink
Use triple quotes for multiline gpg key
Browse files Browse the repository at this point in the history
  • Loading branch information
d-mo committed Nov 6, 2018
1 parent d322e1f commit a57cf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/main-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ data:
"bucket": "{{ .Values.backup.bucket }}",
"gpg": {
"recipient": "{{ .Values.backup.gpg.recipient }}",
"public": "{{ .Values.backup.gpg.public }}"
"public": """{{ .Values.backup.gpg.public }}""
}
}
{{ .Values.extraSettings | indent 4 }}

0 comments on commit a57cf09

Please sign in to comment.