Skip to content

Commit

Permalink
format alertmanager.ConfigMap.yaml properly
Browse files Browse the repository at this point in the history
  • Loading branch information
beyang committed Jun 21, 2018
1 parent 30001fe commit b9da4fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
data:
config.yml: |
{{ include "expandedString" (dict "str" .Values.site.alertmanagerConfig "Files" .Files) }}
{{- include "expandedString" (dict "str" .Values.site.alertmanagerConfig "Files" .Files) | nindent 4 }}
kind: ConfigMap
metadata:
name: alertmanager
Expand Down

0 comments on commit b9da4fa

Please sign in to comment.