-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Bug]: Duplicate ClusterRoleBindings will be attempted to be created when we set watchAnyNamespace to true and add some namespaces to watchNamespaces #10378
Comments
I will fix it, and create a PR. |
@Eric84626 Sure, feel free to open the PR |
Related is that I got the same error when my |
Hello @forsberg , |
Triaged on the Community call on 8.8.2024: This should be fixed. If it is possible, I think we prefer if it throws an error when both options are configured in parallel. If that is not possible (we do not have much Helm knowledge to be honest),the suggested solution to ignore the |
hello @scholzj, |
Bug Description
Duplicate ClusterRoleBindings will be attempted to be created when we set watchAnyNamespace to true and add some namespaces to watchNamespaces.
Steps to reproduce
watchNamespaces:
watchAnyNamespace: true
Duplicate ClusterRoleBindings will be attempted to be created(strimzi-cluster-operator-namespaced & strimzi-cluster-operator-watched & strimzi-cluster-operator-entity-operator-delegation).
Expected behavior
If I set watchAnyNamespace to true, we should ignore the values of watchNamespaces list
Strimzi version
0.42.0
Kubernetes version
1.28
Installation method
Helm chart
Infrastructure
AWS EKS/Azure AKS
Configuration files and logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: