Skip to content

Commit

Permalink
Merge pull request #371 from cars/jobs_config_creds_issue
Browse files Browse the repository at this point in the history
Remove redundant [credentials] header
  • Loading branch information
arm4b committed Aug 25, 2023
2 parents 415e3a6 + d514daa commit fca3c16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Reduce duplication in label tests (#354) (by @cognifloyd)
* 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)
* Enable using existing `st2-auth` secret. This allows users to manage this secret outside of the Helm process. (#359) (by @bmarick)
* Fix st2 client config issue affecting addon jobs using jobs.extra_hooks (#370) (by @cars)

## v0.110.0
* Switch st2 to `v3.8` as a new default stable version (#347)
Expand Down
1 change: 0 additions & 1 deletion templates/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,6 @@ spec:
- '-ec'
- |
cat <<EOT > /root/.st2/config
[credentials]
{{- tpl $.Values.jobs.st2clientConfig $ | nindent 12 }}
EOT
containers:
Expand Down

0 comments on commit fca3c16

Please sign in to comment.