teamhephy / monitor

MIT License
1 stars 7 forks source link

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

Closed Cryptophobia closed 6 years ago

Cryptophobia commented 6 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: coreos/prometheus-operator#1729