Skip to content

Commit 23ed1d5

Browse files
Updated workflow-cluster-role for buildx driver opts
1 parent a1a4232 commit 23ed1d5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

manifests/yamls/serviceaccount.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ metadata:
3232
# "namespace" omitted since ClusterRoles are not namespaced
3333
name: workflow-cluster-role
3434
rules:
35+
- apiGroups:
36+
- '*'
37+
resources:
38+
- deployment
39+
- pods
40+
- pods/exec
41+
verbs:
42+
- create
43+
- list
44+
- get
45+
- update
46+
- exec
3547
- apiGroups:
3648
- ""
3749
resources:

0 commit comments

Comments
 (0)