From ad74963b287cf8a190124c470752ccd2c6d96655 Mon Sep 17 00:00:00 2001 From: Nikhil Thomas Date: Wed, 20 Oct 2021 14:33:00 +0530 Subject: [PATCH] Add additional permission to Operator role Add additional permissions to operator based on Pipelines v0.29.0 release. (new permissions from: tektoncd/pipeline pr https://github.com/tektoncd/pipeline/pull/4269) Signed-off-by: Nikhil Thomas --- config/base/role.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/base/role.yaml b/config/base/role.yaml index 6635b25166..84fb9522c4 100644 --- a/config/base/role.yaml +++ b/config/base/role.yaml @@ -64,6 +64,12 @@ rules: - delete - patch - watch +- apiGroups: + - "" + resources: + - namespaces/finalizers + verbs: + - update - apiGroups: - apps resources: