Skip to content

Commit

Permalink
fix: rbac permission
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 bitnami-labs#715

fixes: bitnami-labs#827

Signed-off-by: Till Adam <[email protected]>
  • Loading branch information
TheKangaroo committed Apr 21, 2022
1 parent e68de2c commit 08791ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/sealed-secrets/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ metadata:
rules:
- apiGroups:
- ""
resourceNames:
- 'http:{{ include "sealed-secrets.fullname" . }}:'
- 'http:{{ include "sealed-secrets.fullname" . }}:http'
- {{ include "sealed-secrets.fullname" . }}
resources:
- services
verbs:
Expand Down

0 comments on commit 08791ad

Please sign in to comment.