From 05a8462f7ee3aefb2f5a1bf93cb6bf9842e49eb2 Mon Sep 17 00:00:00 2001 From: Max Williams Date: Tue, 29 Jan 2019 16:56:42 +0100 Subject: [PATCH] [stable/drone] adding missing "watch" verb for ClusterRole (#10972) Signed-off-by: Max Williams --- stable/drone/Chart.yaml | 2 +- stable/drone/templates/role-pipeline.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stable/drone/Chart.yaml b/stable/drone/Chart.yaml index b1c30723d2..609332c375 100644 --- a/stable/drone/Chart.yaml +++ b/stable/drone/Chart.yaml @@ -1,7 +1,7 @@ name: drone home: https://drone.io/ icon: https://drone.io/apple-touch-icon.png -version: 2.0.0-rc.3 +version: 2.0.0-rc.4 appVersion: 1.0.0-rc.4 description: Drone is a Continuous Delivery system built on container technology keywords: diff --git a/stable/drone/templates/role-pipeline.yaml b/stable/drone/templates/role-pipeline.yaml index 1e443fb79b..b61cdf94a1 100644 --- a/stable/drone/templates/role-pipeline.yaml +++ b/stable/drone/templates/role-pipeline.yaml @@ -21,6 +21,7 @@ rules: - "delete" - "get" - "list" + - "watch" - apiGroups: - "" resources: