Skip to content

Commit

Permalink
feat: add patch to secret-manager permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ztzxt committed Apr 22, 2024
1 parent ea178cd commit 732c511
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
rules:
- apiGroups: [""]
resources: ["secrets"]
verbs: ["create", "delete", "get", "list"]
verbs: ["create", "delete", "get", "list", "patch"]

0 comments on commit 732c511

Please sign in to comment.