From f02b4590a207bcade8ed921aeb6d0ec91484960d Mon Sep 17 00:00:00 2001 From: Gianni Carafa Date: Thu, 6 Jun 2024 23:18:57 +0200 Subject: [PATCH] add permissions to patch kuberoapp --- helm-charts/kuberopipeline/templates/phases.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/helm-charts/kuberopipeline/templates/phases.yaml b/helm-charts/kuberopipeline/templates/phases.yaml index 9e9765f..1f65339 100644 --- a/helm-charts/kuberopipeline/templates/phases.yaml +++ b/helm-charts/kuberopipeline/templates/phases.yaml @@ -106,6 +106,12 @@ rules: - 'pods' verbs: - '*' + - apiGroups: + - 'application.kubero.dev' + resources: + - 'kuberoapps' + verbs: + - '*' --- # kpack rolebinding apiVersion: rbac.authorization.k8s.io/v1