File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Development
4
+ * Fix syntax with ensure-packs-volumes-are-writable job (#403 ) (by @skiedude )
5
+
3
6
## v1.0.0
4
7
* Bump to latest CircleCI orb versions (
[email protected] and
[email protected] by
@ZoeLeah )
5
8
* Remove unsupported k8s Versions (1.24.x and 1.25.x by @ZoeLeah )
Original file line number Diff line number Diff line change @@ -540,7 +540,7 @@ spec:
540
540
and then delete this st2canary pod manually.
541
541
INTRO
542
542
543
- function __handle_error__() {
543
+ function __handle_error__ {
544
544
cat <<- 'FAIL'
545
545
ERROR: One or more volumes in st2.packs.volumes (from helm values) does not meet
546
546
StackStorm's shared volumes requirements!
@@ -577,6 +577,7 @@ spec:
577
577
{{- toYaml $.Values.st2.packs.volumes.configs | nindent 10 }}
578
578
{{- end }}
579
579
# st2canary job does not support extra_volumes. Let us know if you need this.
580
+ restartPolicy : Never
580
581
{{- if $.Values.dnsPolicy }}
581
582
dnsPolicy : {{ $.Values.dnsPolicy }}
582
583
{{- end }}
You can’t perform that action at this time.
0 commit comments