Add missing pg cluster rbac

This commit is contained in:
Tristan Cacqueray 2019-04-08 04:39:15 +00:00
parent 518f813503
commit 3900ec1bf3
2 changed files with 6 additions and 1 deletions

View File

@ -7,4 +7,3 @@ COPY ansible/group_vars/ ${HOME}/group_vars/
COPY ansible/roles/ ${HOME}/roles/
COPY build/uid_entrypoint.sh /uid_entrypoint
ENTRYPOINT [ "/uid_entrypoint" ]

View File

@ -60,6 +60,12 @@ rules:
- '*'
verbs:
- '*'
- apiGroups:
- cr.client-go.k8s.io
resources:
- '*'
verbs:
- '*'
---