Skip to content
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 broken helm chart for patching events #317

Merged
merged 1 commit into from
Jul 11, 2018

Conversation

indradhanush
Copy link
Contributor

Signed-off-by: Indradhanush Gupta indra@kinvolk.io

Copy link
Contributor

@krnowak krnowak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've run my rbac-check script from #319 (hint hint, wink wink, nudge nudge) and it gave me this:

Diff between examples/rbac/rbac.yml and helm/habitat-operator/templates/clusterrole.yaml:
OK, none
Diff between helm/habitat-operator/templates/clusterrole.yaml and test/e2e/v1beta1/resources/operator/cluster-role.yml:
28c28
<   verbs: ["get", "list", "watch", "deletecollection"]
---
>   verbs: ["get", "list", "watch"]
33,36d32
< - apiGroups: [""]
<   resources:
<   - events
<   verbs: [ "create", "patch" ]

Signed-off-by: Indradhanush Gupta <indra@kinvolk.io>
@indradhanush indradhanush force-pushed the indradhanush/fix-broken-helm-chart branch from e883c67 to 294bc63 Compare July 11, 2018 13:13
Copy link
Contributor

@krnowak krnowak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My rbac-check script didn't find anything, so looks good now, I think.

@indradhanush indradhanush merged commit 294bc63 into master Jul 11, 2018
@indradhanush
Copy link
Contributor Author

Merged on the commandline.

@indradhanush indradhanush deleted the indradhanush/fix-broken-helm-chart branch July 11, 2018 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants