bitnami / kube-libsonnet

Bitnami's jsonnet library for building Kubernetes manifests
https://bitnami.com
Apache License 2.0
172 stars 49 forks source link

Use rbac.authorization.k8s.io/v1 #45

Closed groodt closed 4 years ago

groodt commented 4 years ago

I believe that RBAC went GA with v1.8 back in 2017.

https://kubernetes.io/blog/2017/10/using-rbac-generally-available-18/

jjo commented 4 years ago

Thanks @groodt , you're totally right -- could you please run make -C tests gen-golden, and also include the resulting file under tests/golden ? (this is the reason why tests are failing)

groodt commented 4 years ago

Ready for review @jjo

I started my PR off an old branch, so I had to merge master back into it. The PR can be squashed upon merge into master.