Skip to content

Commit

Permalink
Updated workflow-cluster-role for buildx driver opts
Browse files Browse the repository at this point in the history
  • Loading branch information
pawan-mehta-dt committed Aug 23, 2023
1 parent a1a4232 commit 23ed1d5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions manifests/yamls/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 23ed1d5

Please sign in to comment.