-
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
fix(helm): add conditional namespace on watchAnyNamespace true #9995
Conversation
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.
Thanks for the PR. I guess the debug.yaml
should not be there? Also, you should change only the packaging
folder. The /helm-charts
folder is updated only as part of the release.
d822f60
to
00ab32e
Compare
Yep, just missed that one when commiting. Now all should be fine. |
Sorry if I confused you ... but it looks like you did it the other way around -> |
I was also confused by my own commit. I think it should be fine now? |
No, you have the changes in the |
When the feature flag is enabled, the ClusterRoleBinding has a namespace which is not valid. In order to fix this a condition for the namespace is added to all relevant templates. Signed-off-by: Felix Peters <[email protected]>
Oh, I feel some kind of dump right now... sorry for the chaos. |
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.
That looks good now. Thanks.
/azp run helm-acceptance |
Azure Pipelines successfully started running 1 pipeline(s). |
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. Thanks for the PR!
When the feature flag is enabled, the ClusterRoleBinding has a namespace which is not valid. In order to fix this a condition for the namespace is added to all relevant templates.
Type of change
Select the type of your PR
Description
Please describe your pull request
Checklist
Please go through this checklist and make sure all applicable tasks have been done