-
Notifications
You must be signed in to change notification settings - Fork 173
charts: add ignoreNamespaces for webhooks #1118
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
72ac766 to
0b7ad87
Compare
ee77e84 to
6b95f2f
Compare
molpako
left a comment
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.
@ushitora-anqou I left a few comments.
| - key: kubernetes.io/metadata.name | ||
| operator: NotIn | ||
| values: | ||
| {{- range $v := .}} |
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.
nit: It might render correctly even without the space, but it's better to add it for consistency with the others.
| {{- range $v := .}} | |
| {{- range $v := . }} |
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.
This code is now unnecessary, so I've deleted it.
…topolvm-system" by default Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
6b95f2f to
e918b44
Compare
Fix #1115.