fix kube client side error
This commit is contained in:
@@ -9,10 +9,10 @@ metadata:
|
||||
rules:
|
||||
- apiGroups: ["apps"]
|
||||
resources: ["deployments"]
|
||||
verbs: ["get", "patch", "update"]
|
||||
verbs: ["get", "list", "watch", "patch", "update"] # list/watch für rollout status
|
||||
- apiGroups: ["apps"]
|
||||
resources: ["deployments/status"]
|
||||
verbs: ["get"]
|
||||
verbs: ["get", "list", "watch"] # list/watch für rollout status
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
|
||||
Reference in New Issue
Block a user