Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant [credentials] header #371

Merged
merged 2 commits into from
Aug 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading