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 e71b4b1 commit 1d8ffbfCopy full SHA for 1d8ffbf
templates/jobs.yaml
@@ -540,7 +540,7 @@ spec:
540
and then delete this st2canary pod manually.
541
INTRO
542
543
- function __handle_error__(){
+ function __handle_error__ {
544
cat <<- 'FAIL'
545
ERROR: One or more volumes in st2.packs.volumes (from helm values) does not meet
546
StackStorm's shared volumes requirements!
@@ -577,6 +577,7 @@ spec:
577
{{- toYaml $.Values.st2.packs.volumes.configs | nindent 10 }}
578
{{- end }}
579
# st2canary job does not support extra_volumes. Let us know if you need this.
580
+ restartPolicy: OnFailure
581
{{- if $.Values.dnsPolicy }}
582
dnsPolicy: {{ $.Values.dnsPolicy }}
583
0 commit comments