teamhephy / builder

MIT License
3 stars 12 forks source link

fix(charts): set rbac apiVersion without casting #45

Closed Cryptophobia closed 5 years ago

Cryptophobia commented 5 years ago

This fixes what we experiencing on GKE testing today where kubeVersions can be 1.9+ and our helm int casting fails.

Thanks to prometheus-operator for the idea: https://github.com/coreos/prometheus-operator/pull/1729