Skip to content

Commit

Permalink
add missing leases in clusterrole slime
Browse files Browse the repository at this point in the history
  • Loading branch information
MouceL authored and YonkaFang committed Dec 13, 2022
1 parent 6f5f3f1 commit 995af4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install/init/deployment_slime-boot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ rules:
- apiGroups: ["apps"]
resources: ["deployments"]
verbs: ["create", "get", "list", "watch", "update", "patch", "delete"]
- apiGroups: ["coordination.k8s.io"]
resources: ["leases"]
verbs: ["create", "get", "list", "watch", "update", "patch", "delete"]
- apiGroups: [""]
resources: ["configmaps", "services", "secrets","serviceaccounts"]
verbs: ["create", "get", "list", "watch", "update", "patch", "delete"]
Expand Down

0 comments on commit 995af4d

Please sign in to comment.