We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9dd7c commit 2bf3458Copy full SHA for 2bf3458
1 file changed
.diploi/helm/app.yaml
@@ -113,14 +113,16 @@ spec:
113
command:
114
- /bin/sh
115
- -c
116
- - "{{ . }}"
+ - |
117
+ {{ . | nindent 14 }}
118
{{- end }}
119
{{- else }}
120
{{- with .Values.containerCommands.productionStart }}
121
122
123
124
125
126
127
128
env:
0 commit comments