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: non-namespaced resources incorrectly have namespace #2158

Merged
merged 1 commit into from
Jul 13, 2023

Conversation

btorresgil
Copy link
Contributor

Description

Fixes #2016 where non-namespaced resources such as ClusterRole have a namespace set which prevents deployment.

Type of change

  • CHANGE (fix or feature that would cause existing functionality to not work as expected)
  • FEATURE (non-breaking change which adds functionality)
  • BUGFIX (non-breaking change which fixes an issue)
  • ENHANCEMENT (non-breaking change which improves existing functionality)
  • NONE (if none of the other choices apply. Example, tooling, build system, CI, docs, etc.)

Changelog entry

Fix namespace specified in manifest non-namespaced resources

@philipgough philipgough merged commit 3af1d83 into prometheus-operator:main Jul 13, 2023
10 checks passed
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.

ClusterRoles and ClusterRoleBindings should not be namespaced
2 participants