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

fix: adapt rolebinding to modified manager role #647

Merged
merged 3 commits into from
May 29, 2024

Conversation

bacherfl
Copy link
Contributor

Closes #645

This PR solves the issue by also adapting the ClusterRoleBinding using the recently modified ClusterRole. The reason this was failing is because due to the delete overlay for the manager-role, the open-feature-operator prefix was not added to the ClusterRoleBinding anymore, which resulted in the ClusterRoleBinding referring to the wrong ClusterRole (manager-role instead of open-feature-operator-manager-role)

Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
@bacherfl bacherfl marked this pull request as ready for review May 29, 2024 05:54
@bacherfl bacherfl requested a review from a team as a code owner May 29, 2024 05:54
@toddbaert
Copy link
Member

Rendered chart looks right when tested locally. Merging.

@toddbaert toddbaert merged commit e627f11 into open-feature:main May 29, 2024
14 checks passed
@github-actions github-actions bot mentioned this pull request May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Helm deploy broken
3 participants