From 2446a2fde8b42ba863dec8d4374c0fa6b283f65e Mon Sep 17 00:00:00 2001 From: Yaojia Wang Date: Thu, 19 Mar 2026 10:44:35 +0100 Subject: [PATCH] fix: add list and update verbs to drone RBAC for rollout restart --- k8s/base/drone-rbac.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/base/drone-rbac.yaml b/k8s/base/drone-rbac.yaml index 9a54612..5cd5d48 100644 --- a/k8s/base/drone-rbac.yaml +++ b/k8s/base/drone-rbac.yaml @@ -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