-
Notifications
You must be signed in to change notification settings - Fork 1
fix(helm): Give RBAC permission to delete Services #283
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
Conversation
I'm just checking the creation of the Openshift manifests.... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Could you please add a release note snippet in the form "Previously, . With this release, ." |
I don't think this needs a mention in the platform release notes, so I'd say the changelog is sufficient.
If we want to change the wording, we need to change it in the changelog, should I raise a PR? |
Description
Should fix
failed to apply Service.v1./listener-lab1-hdfs-namenode-default-0.stack-lab: failed to apply patch: unable to patch resource "listener-lab1-hdfs-namenode-default-0": ApiError: services "listener-lab1-hdfs-namenode-default-0" is forbidden: cannot set an ownerRef on a resource you can't delete: , <nil>: Forbidden (ErrorResponse { status: "Failure", message: "services \"listener-lab1-hdfs-namenode-default-0\" is forbidden: cannot set an ownerRef on a resource you can't delete: , <nil>", reason: "Forbidden", code: 403 }): services "listener-lab1-hdfs-namenode-default-0" is forbidden: cannot set an ownerRef on a resource you can't delete: , <nil>: Forbidden
Definition of Done Checklist