fix(argo-workflows): Make Argo Agent and Artifact GC permissions optional for workflows SA (#3048)
This commit is contained in:
parent
e888b374c9
commit
90eef9ef1f
8 changed files with 124 additions and 17 deletions
|
|
@ -69,6 +69,10 @@ workflow:
|
|||
# -- Adds Role and RoleBinding for the above specified service account to be able to run workflows.
|
||||
# A Role and Rolebinding pair is also created for each namespace in controller.workflowNamespaces (see below)
|
||||
create: true
|
||||
# -- Allows permissions for the Argo Agent. Only required if using http/plugin templates
|
||||
agentPermissions: false
|
||||
# -- Allows permissions for the Argo Artifact GC pod. Only required if using artifact gc
|
||||
artifactGC: false
|
||||
# -- Extra service accounts to be added to the RoleBinding
|
||||
serviceAccounts: []
|
||||
# - name: my-service-account
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue