habitat-sh / habitat-operator

A Kubernetes operator for Habitat services
Apache License 2.0
61 stars 17 forks source link

Update the helm charts #352

Closed surajssd closed 6 years ago

surajssd commented 6 years ago

Right now helm charts are being versioned like this

https://github.com/habitat-sh/habitat-operator/blob/89c64416d11c27f5e2fb916137b40f9287be6278/helm/habitat-operator/templates/clusterrole.yaml#L3-L8

and

https://github.com/habitat-sh/habitat-operator/blob/89c64416d11c27f5e2fb916137b40f9287be6278/helm/habitat-operator/templates/clusterrolebinding.yaml#L3-L8

now we don't need such if blocks because in 1.9, rbac.authorization.k8s.io/v1 is default.

surajssd commented 6 years ago

more discussion context here https://github.com/habitat-sh/habitat-operator/pull/346#discussion_r215626560