Skip to content

Commit

Permalink
PB-9477: Patch role for StatefulSets (#714)
Browse files Browse the repository at this point in the history
* PB-9477: Add patch role for statefulset

* PB-9477: Bundle tarfile
  • Loading branch information
ss-px authored Jan 30, 2025
1 parent e1031a0 commit 7bfffcb
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 67 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ metadata:
rules:
- apiGroups: ["apps"]
resources: ["statefulsets"]
verbs: ["get", "list", "update", "delete", "create"]
verbs: ["get", "list", "update", "delete", "create", "patch"]
- apiGroups: [""]
resources: ["secrets"]
verbs: ["delete","get", "list", "watch","create","update"]
Expand Down
Loading

0 comments on commit 7bfffcb

Please sign in to comment.