-
Notifications
You must be signed in to change notification settings - Fork 61
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
Enable webhooks by default in chart #313
Conversation
Signed-off-by: Tamal Saha <tamal@appscode.com>
@@ -14,14 +14,13 @@ rules: | |||
resources: | |||
- customresourcedefinitions | |||
verbs: | |||
- '*' | |||
- "*" |
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.
@tamalsaha Just a small cosmetic thing: It would be nice to be consistent at least in the same file, and use the same list format. This line uses yaml format, while most of the others using JSON.
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.
Fixed #319
Fixes: https://github.com/kubedb/project/issues/294
xref: #304 (comment)