Merge pull request #1938 from fluxcd/fix-rbac-for-irc-ns-access

Allow namespaces readonly access in crd-controller RBAC ClusterRole
pull/1942/head
Stefan Prodan 3 years ago committed by GitHub
commit cbf2b90320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,6 +21,7 @@ rules:
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
- namespaces
- secrets - secrets
verbs: verbs:
- get - get

Loading…
Cancel
Save