Skip to content

Commit

Permalink
fix: add patch verb
Browse files Browse the repository at this point in the history
  • Loading branch information
locmai committed Dec 9, 2023
1 parent bc206ba commit 23c60b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/templates/init-tools-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
rules:
- apiGroups: [""] # "" indicates the core API group
resources: ["pods", "secrets", "configmaps", "serviceaccounts"]
verbs: ["get", "watch", "list", "create"]
verbs: ["get", "watch", "list", "create","patch"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down

0 comments on commit 23c60b9

Please sign in to comment.