-
Notifications
You must be signed in to change notification settings - Fork 17
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
Incorrect RBAC rules in examples/rbac/rbac.yml #227
Comments
I used
|
I have tested it with So, I think the reason behind this issue is that you applied RBAC rules from the master branch (that now handles stateful sets instead of deployments) and created habitat operator deployment that used So, this is something to remember - next time maybe do something like:
So I think we can close this issue. But the issue gave me some idea for which I'll open a new one. |
See #228. |
Verified using your suggestion and it works. Thanks. Sorry for not being thorough with this. |
When applying
kubectl apply -f example/rbac/
the following error is seen in the operator logs:On adding the following to
examples/rbac/rbac.yml
, and runningkubectl apply
, the error is fixed:The text was updated successfully, but these errors were encountered: