Skip to content

Commit

Permalink
upgrade external-secrets-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
slamdev committed Mar 27, 2020
1 parent 0e2deb5 commit 5c33c5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/external-secrets-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ description: |-
Refer to operator repo for additional information.
type: application
version: 0.0.6
appVersion: 0.0.2
version: 0.0.7
appVersion: 0.0.3
home: https://github.com/slamdev/helm-charts/tree/master/charts/external-secrets-operator
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Emblem-question.svg/1200px-Emblem-question.svg.png
maintainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,23 @@ rules:
- configmaps
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- external-secrets-operator.slamdev.net
Expand Down

0 comments on commit 5c33c5f

Please sign in to comment.