Skip to content

Commit fca3c16

Browse files
authored
Merge pull request #371 from cars/jobs_config_creds_issue
Remove redundant [credentials] header
2 parents 415e3a6 + d514daa commit fca3c16

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Reduce duplication in label tests (#354) (by @cognifloyd)
88
* Add `st2canary` job as a Helm Hook that runs before install/upgrade to ensure `st2.packs.volumes` is configured correctly (if `st2.packs.volumes.enabled`). (#323) (by @cognifloyd)
99
* Enable using existing `st2-auth` secret. This allows users to manage this secret outside of the Helm process. (#359) (by @bmarick)
10+
* Fix st2 client config issue affecting addon jobs using jobs.extra_hooks (#370) (by @cars)
1011

1112
## v0.110.0
1213
* Switch st2 to `v3.8` as a new default stable version (#347)

templates/jobs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,6 @@ spec:
661661
- '-ec'
662662
- |
663663
cat <<EOT > /root/.st2/config
664-
[credentials]
665664
{{- tpl $.Values.jobs.st2clientConfig $ | nindent 12 }}
666665
EOT
667666
containers:

0 commit comments

Comments
 (0)