teamhephy / router

MIT License
4 stars 10 forks source link

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

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