Skip to content

Commit

Permalink
fix missing secret list permission for operator (#48896)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoShaka authored Nov 13, 2024
1 parent f99c34a commit 2ab11fa
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 @@ -65,5 +65,6 @@ rules:
- "secrets"
verbs:
- "get"
- "list"
{{- 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"]
verbs: ["get", "list"]

0 comments on commit 2ab11fa

Please sign in to comment.