Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Argo workflow : set default service account #72

Open
olevitt opened this issue Mar 7, 2024 · 0 comments
Open

Argo workflow : set default service account #72

olevitt opened this issue Mar 7, 2024 · 0 comments

Comments

@olevitt
Copy link
Contributor

olevitt commented Mar 7, 2024

Hi !

For a reason I could not figure out, workflows without serviceaccountname does not work anymore on our 0.3.8 version (was working fine on 0.3.6) as argoworkflows uses default serviceaccount which has no permissions.
We should set the default serviceaccount to workflow (which has enough permissions) by using workflowdefaults : https://github.com/argoproj/argo-helm/blob/c4d79885816f09214287e39cc36bee06d1411278/charts/argo-workflows/values.yaml#L194

workflowDefaults:
  spec:
    serviceAccountName: workflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant