We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue had been opened per: #656 (comment)
Currently the operator and control plane are using roles and rolebindings that are cluster scoped.
Some resources however, are specific ones (namespace/name). For example, coredns configmaps and deployments.
coredns
It would be good to identify these resources and use namespaced roles/rolebinding with resourceNames for them.
The text was updated successfully, but these errors were encountered:
kfirtoledo
No branches or pull requests
Issue had been opened per: #656 (comment)
Currently the operator and control plane are using roles and rolebindings that are cluster scoped.
Some resources however, are specific ones (namespace/name). For example,
coredns
configmaps and deployments.It would be good to identify these resources and use namespaced roles/rolebinding with resourceNames for them.
The text was updated successfully, but these errors were encountered: