Skip to content

Commit

Permalink
fix: rbac permission (#828)
Browse files Browse the repository at this point in the history
add rbac name selector for get service permission in the helm chart.
this was missing in #715

fixes: #827

Signed-off-by: Till Adam <[email protected]>
  • Loading branch information
TheKangaroo authored May 5, 2022
1 parent 46eb26f commit e4cc637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm/sealed-secrets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ maintainers:
email: [email protected]
name: sealed-secrets
type: application
version: 2.1.7
version: 2.1.8
2 changes: 2 additions & 0 deletions helm/sealed-secrets/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ metadata:
rules:
- apiGroups:
- ""
resourceNames:
- {{ include "sealed-secrets.fullname" . }}
resources:
- services
verbs:
Expand Down

0 comments on commit e4cc637

Please sign in to comment.