Skip to content

Commit

Permalink
Merge pull request #77 from intelops/extsecret-role
Browse files Browse the repository at this point in the history
adding cluster role to read ext secret resources
  • Loading branch information
vramk23 committed Feb 7, 2024
2 parents 2688ce3 + 32857c9 commit 4543fa1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/vault-cred/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.9
version: 0.1.10

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
16 changes: 13 additions & 3 deletions charts/vault-cred/templates/rbac/rbac_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,16 @@ rules:
- events
verbs:
- create
- apiGroups: ["external-secrets.io"]
resources: ["externalsecrets"]
verbs: ["create", "get", "update", "delete"]
- apiGroups:
- external-secrets.io
resources:
- externalsecrets
- secretstores
verbs:
- get
- list
- watch
- create
- update
- patch
- delete

0 comments on commit 4543fa1

Please sign in to comment.