-
Notifications
You must be signed in to change notification settings - Fork 17
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
helm release fixes #249
helm release fixes #249
Conversation
The example RBAC file wasn't updated after adding a custom CRD versions support - it allowed the operator to manage only statefulsets as at the point of the change the operator handled only them; deployments were dropped. Right now the operator can manage both deployments and statefulsets depending on the custom version specified in the Habitat resource manifest. The manifest file for the helm chart was also out-of-sync with the changes in the operator - the rules allowed operator only to manage deployments. Signed-off-by: Krzesimir Nowak <krzesimir@kinvolk.io>
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.
A typo, otherwise LGTM
helm/habitat-operator/Chart.yaml
Outdated
- name: Krzesimir Nowak | ||
email: krzesimir@kinvolk.io | ||
- name: Iago López Galeiras | ||
email: iago@okinvolk.io |
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.
typo
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.
Ah, so that's where this o
went. ;)
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.
Or should that be iago@ocisly.io
?
One more case in which the manifests under I really think we should find a better way here. |
True. Not to mention that we also have RBAC rules in the Edit: Errr, I meant in |
Filed #250 for keeping RBAC rules in sync. |
Signed-off-by: Krzesimir Nowak <krzesimir@kinvolk.io>
9cb4cf7
to
7779df1
Compare
Updated. |
Fix the RBAC rules. Update the helm package maintainers list.