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

[buddy] gate RBAC creation in the tbot Helm chart behind a dedicated value #51919

Merged
merged 2 commits into from
Feb 7, 2025

Conversation

hugoShaka
Copy link
Contributor

@hugoShaka hugoShaka commented Feb 6, 2025

Buddy PR for: #51500

Fixes #51181.

This is a breaking change, do not backport.

Changelog: The tbot Helm chart now creates RBAC resources based on the rbac.create value instead of serviceAccount.create. This is a breaking change if you were setting serviceAccount.create: false in v17. To keep the previous behaviour you must now also set rbac.create: false.

Fixes #51181.

K8S `Role` & `RoleBinding` are created by default. Their creation does not depends on the `ServiceAccount` creation anymore.
@github-actions github-actions bot requested a review from ptgott February 6, 2025 16:32
@hugoShaka hugoShaka changed the title feat(tbot): K8S Role creation is optional [buddy] gate RBAc create in the tbot Helm chart with a dedicated value Feb 6, 2025
Copy link

github-actions bot commented Feb 6, 2025

Amplify deployment status

Branch Commit Job ID Status Preview Updated (UTC)
buddy/helm-tbot-split-rbac-and-sa b1efbd6 2 ✅SUCCEED buddy-helm-tbot-split-rbac-and-sa 2025-02-07 00:09:03

@hugoShaka hugoShaka changed the title [buddy] gate RBAc create in the tbot Helm chart with a dedicated value [buddy] gate RBAC creation in the tbot Helm chart behind a dedicated value Feb 6, 2025
@hugoShaka hugoShaka enabled auto-merge February 6, 2025 16:41
@hugoShaka hugoShaka added this pull request to the merge queue Feb 7, 2025
Merged via the queue into master with commit d61d6bc Feb 7, 2025
42 checks passed
@hugoShaka hugoShaka deleted the buddy/helm-tbot-split-rbac-and-sa branch February 7, 2025 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tbot helm chart does not create role and rolebinding
5 participants