fix kube client side error

This commit is contained in:
2026-01-19 00:38:23 +01:00
parent 030fc66ae1
commit 977ba345ad

View File

@@ -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