From 46401cece20fb2ade3e1874c7e23604b535c0503 Mon Sep 17 00:00:00 2001 From: pedrovazsa Date: Wed, 6 Mar 2019 00:29:59 +0100 Subject: [PATCH] [stable/drone] Add services permission to pipeline role (#11074) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [stable/drone] Add services permission to pipeline role Add services permission to the pipeline Service Account role, as some uses might require it. Signed-off-by: Pedro Sá * Bump chart version to RC8 and update appVersion Signed-off-by: Pedro Sá --- 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 60e0c05b4d..bc73b2e2fb 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.7 +version: 2.0.0-rc.8 appVersion: 1.0.0-rc.5 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 da266049a5..615e8ff589 100644 --- a/stable/drone/templates/role-pipeline.yaml +++ b/stable/drone/templates/role-pipeline.yaml @@ -26,6 +26,7 @@ rules: - configmaps - secrets - pods + - services verbs: - create - delete