Skip to content

Commit 77e707d

Browse files
committed
fix st2web.postStartScript indent
1 parent b0c73e7 commit 77e707d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/deployments.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -437,9 +437,9 @@ spec:
437437
subPath: st2web.config.js
438438
{{- end }}
439439
{{- if .Values.st2web.postStartScript }}
440-
- name: st2-post-start-script-vol
441-
mountPath: /post-start.sh
442-
subPath: post-start.sh
440+
- name: st2-post-start-script-vol
441+
mountPath: /post-start.sh
442+
subPath: post-start.sh
443443
lifecycle:
444444
postStart:
445445
exec:

0 commit comments

Comments
 (0)