-
Notifications
You must be signed in to change notification settings - Fork 326
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
Removed namespace from cluster role #4446
base: main
Are you sure you want to change the base?
Conversation
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes Have you signed the CLA already but the status is still pending? Recheck it. |
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.
Hi @NahisWayard, thanks for this PR.
I'm assuming you want to remove this because ClusterRole
is not a namespaced resource. Would it be too much to ask for you to explain that in the PR description as well as the commit message so that it is easier for others to understand the reason behind this change?
Also, would you be opposed to expanding this PR to remove namespace
from all ClusterRole
resources in the Helm chart? I did a quick search and only found it present in the ClusterRole for Consul CNI, but it wouldn't hurt to verify that there aren't other ClusterRoles with this unnecessary field.
namespace: {{ default .Release.Namespace .Values.connectInject.cni.namespace }} |
Thanks again.
@@ -0,0 +1,3 @@ | |||
```release-note: | |||
helm: Removed useless namespace specification on CLusterRole |
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.
helm: Removed useless namespace specification on CLusterRole | |
helm: Removed namespace specification on ClusterRole |
Changes proposed in this PR
How I've tested this PR
How I expect reviewers to test this PR
Checklist