From 57dd7c3393887ceca6a388eca37cd381fa569d7f Mon Sep 17 00:00:00 2001 From: Alex Georgousis Date: Fri, 6 Dec 2024 14:38:58 +0000 Subject: [PATCH] Grant manager permissions to manage Deployments --- helm/kfp-operator/templates/rbac/role.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/helm/kfp-operator/templates/rbac/role.yaml b/helm/kfp-operator/templates/rbac/role.yaml index 55d68ee91..b3442e43b 100644 --- a/helm/kfp-operator/templates/rbac/role.yaml +++ b/helm/kfp-operator/templates/rbac/role.yaml @@ -12,6 +12,18 @@ rules: verbs: - create - patch +- apiGroups: + - apps + resources: + - deployments + verbs: + - create + - delete + - get + - list + - patch + - update + - watch - apiGroups: - argoproj.io resources: