Skip to content

Commit

Permalink
fix(grendel): remove extra line break
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Apr 20, 2023
1 parent 8ce6ce2 commit 6822c2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/grendel/templates/postscript-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ metadata:
name: {{ template "grendel.name" . }}-config
data:
postscript.sh: |
{{ .Values.config.postscript | nindent 4 }}
{{- .Values.config.postscript | nindent 4 }}

hosts.json: |
{{ .Values.config.hosts | toJson | nindent 4 }}
{{- .Values.config.hosts | toJson | nindent 4 }}

images.json: |
{{ .Values.config.images | toJson | nindent 4 }}
{{- .Values.config.images | toJson | nindent 4 }}

0 comments on commit 6822c2b

Please sign in to comment.