Skip to content

Commit

Permalink
Add Secret GET to keda-operator minimal RBAC (#689)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Wozniak <wozniak.jan@gmail.com>
  • Loading branch information
wozniakjan committed Sep 25, 2024
1 parent 10be600 commit d7ba882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keda/templates/manager/minimal-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ rules:
- create
- update
{{- if .Values.permissions.operator.restrict.secret }}
- get
- list
- watch
{{- end }}
Expand Down

0 comments on commit d7ba882

Please sign in to comment.