Skip to content

Commit

Permalink
Merge pull request #20 from ztzxt/main
Browse files Browse the repository at this point in the history
feat: add patch to secret-manager permissions
  • Loading branch information
shahargl authored Apr 22, 2024
2 parents ea178cd + 732c511 commit d684bad
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 d684bad

Please sign in to comment.