Closed surajssd closed 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.
1.9
rbac.authorization.k8s.io/v1
more discussion context here https://github.com/habitat-sh/habitat-operator/pull/346#discussion_r215626560
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.