Skip to content

Commit

Permalink
Grant secret watch permission to the operator (#49326)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoShaka authored Nov 21, 2024
1 parent 2c99ccc commit 6f5eb2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ rules:
verbs:
- "get"
- "list"
- "watch"
{{- end -}}
{{- end -}}
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ tests:
content:
apiGroups: [""]
resources: ["secrets"]
verbs: ["get", "list"]
verbs: ["get", "list", "watch"]

0 comments on commit 6f5eb2e

Please sign in to comment.