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

Commit

Permalink
fix: add missing rbac rules to external-secrets.yml (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flydiverny authored Nov 4, 2019
1 parent ebe860e commit b6d8229
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion external-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,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 Expand Up @@ -64,7 +67,7 @@ spec:
spec:
serviceAccountName: kubernetes-external-secrets-service-account
containers:
- image: godaddy/kubernetes-external-secrets:1.5.0
- image: godaddy/kubernetes-external-secrets:1.6.0
imagePullPolicy: Always
name: kubernetes-external-secrets
env:
Expand Down

0 comments on commit b6d8229

Please sign in to comment.