1
0
mirror of synced 2026-03-19 17:26:55 +00:00

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

Allow namespaces readonly access in crd-controller RBAC ClusterRole
This commit is contained in:
Stefan Prodan
2021-10-14 15:16:28 +03:00
committed by GitHub

View File

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