Skip to content

Commit 32857c9

Browse files
committed
adding cluster role to read ext secret resources
1 parent cdfe7e1 commit 32857c9

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

charts/vault-cred/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.9
18+
version: 0.1.10
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/vault-cred/templates/rbac/rbac_role.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,16 @@ rules:
9090
- events
9191
verbs:
9292
- create
93-
- apiGroups: ["external-secrets.io"]
94-
resources: ["externalsecrets"]
95-
verbs: ["create", "get", "update", "delete"]
93+
- apiGroups:
94+
- external-secrets.io
95+
resources:
96+
- externalsecrets
97+
- secretstores
98+
verbs:
99+
- get
100+
- list
101+
- watch
102+
- create
103+
- update
104+
- patch
105+
- delete

0 commit comments

Comments
 (0)