Skip to content

Commit

Permalink
修复无法 watch configmaps 和 patch 失败问题 (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlayzer authored Dec 3, 2024
1 parent ef3894b commit ab107ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/roles/kubernetes/templates/pixiu-autoscaler.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ rules:
- events
- endpoints
- leases
- configmaps
verbs:
- get
- watch
- create
- delete
- update
- list
- patch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit ab107ff

Please sign in to comment.