From 23ed1d5c6bc99f3e6b7e92665afa84a3a3eccd2d Mon Sep 17 00:00:00 2001 From: Pawan Mehta <117346502+pawan-mehta-dt@users.noreply.github.com> Date: Wed, 23 Aug 2023 17:05:04 +0530 Subject: [PATCH] Updated workflow-cluster-role for buildx driver opts --- manifests/yamls/serviceaccount.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/manifests/yamls/serviceaccount.yaml b/manifests/yamls/serviceaccount.yaml index 010d0b3de7a..4fb66aaadb7 100644 --- a/manifests/yamls/serviceaccount.yaml +++ b/manifests/yamls/serviceaccount.yaml @@ -32,6 +32,18 @@ metadata: # "namespace" omitted since ClusterRoles are not namespaced name: workflow-cluster-role rules: +- apiGroups: + - '*' + resources: + - deployment + - pods + - pods/exec + verbs: + - create + - list + - get + - update + - exec - apiGroups: - "" resources: