fix: add list and update verbs to drone RBAC for rollout restart
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Yaojia Wang
2026-03-19 10:44:35 +01:00
parent d3c919385f
commit 2446a2fde8

View File

@@ -6,7 +6,7 @@ metadata:
rules:
- apiGroups: ["apps"]
resources: ["deployments"]
verbs: ["get", "patch"]
verbs: ["get", "list", "patch", "update"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding