Skip to content

Commit

Permalink
Merge pull request #403 from skiedude/master
Browse files Browse the repository at this point in the history
Add missing policy and fix function
  • Loading branch information
cognifloyd authored Feb 16, 2024
2 parents e71b4b1 + db7adf7 commit 14d4559
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Development
* Fix syntax with ensure-packs-volumes-are-writable job (#403) (by @skiedude)

## v1.0.0
* Bump to latest CircleCI orb versions ([email protected] and [email protected] by @ZoeLeah)
* Remove unsupported k8s Versions (1.24.x and 1.25.x by @ZoeLeah)
Expand Down
3 changes: 2 additions & 1 deletion templates/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ spec:
and then delete this st2canary pod manually.
INTRO
function __handle_error__(){
function __handle_error__ {
cat <<- 'FAIL'
ERROR: One or more volumes in st2.packs.volumes (from helm values) does not meet
StackStorm's shared volumes requirements!
Expand Down Expand Up @@ -577,6 +577,7 @@ spec:
{{- toYaml $.Values.st2.packs.volumes.configs | nindent 10 }}
{{- end }}
# st2canary job does not support extra_volumes. Let us know if you need this.
restartPolicy: Never
{{- if $.Values.dnsPolicy }}
dnsPolicy: {{ $.Values.dnsPolicy }}
{{- end }}
Expand Down

0 comments on commit 14d4559

Please sign in to comment.