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

[backend] ServiceAccountName is hardcoded in the Argo compiler. It should use the DefaultPipelineRunnerServiceAccount config #11574

Closed
hbelmiro opened this issue Jan 31, 2025 · 1 comment · Fixed by #11578

Comments

@hbelmiro
Copy link
Contributor

ServiceAccountName is hardcoded in the Argo compiler. It should use the DefaultPipelineRunnerServiceAccount config.

Steps to reproduce

  1. Set the DefaultPipelineRunnerServiceAccount config with a value different than pipeline-runner
  2. Create a recurring run
  3. The workflow in the ScheduledWorkflow CR will have the pipeline-runner ServiceAccountName

Expected result

The workflow in the ScheduledWorkflow CR should have the value set in step 1 in ServiceAccountName


Impacted by this bug? Give it a 👍.

@hbelmiro hbelmiro changed the title [backend] <Bug Name> [backend] ServiceAccountName is hardcoded in the Argo compiler. It should use the DefaultPipelineRunnerServiceAccount config Jan 31, 2025
@hbelmiro
Copy link
Contributor Author

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant