Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
fix: RBAC config to access namespaces (#177)
Browse files Browse the repository at this point in the history
external-secrets raises access denied accessing namespaces
  • Loading branch information
muenchhausen authored and keweilu committed Oct 24, 2019
1 parent c3fdf5d commit 9605756
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/kubernetes-external-secrets/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ rules:
- apiGroups: [""]
resources: ["secrets"]
verbs: ["create", "update"]
- apiGroups: [""]
resources: ["namespaces"]
verbs: ["get", "watch", "list"]
- apiGroups: ["apiextensions.k8s.io"]
resources: ["customresourcedefinitions"]
verbs: ["create"]
Expand Down

0 comments on commit 9605756

Please sign in to comment.