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

Commit

Permalink
fix: add rbac to external-secrets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Flydiverny committed Nov 4, 2019
1 parent ac89e57 commit 9e86e05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions external-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ rules:
- apiGroups: ["kubernetes-client.io"]
resources: ["externalsecrets"]
verbs: ["get", "watch", "list"]
- apiGroups: ["kubernetes-client.io"]
resources: ["externalsecrets/status"]
verbs: ["get", "update"]
---
apiVersion: v1
kind: Namespace
Expand Down

0 comments on commit 9e86e05

Please sign in to comment.