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

Add missing details about argo workflows instance id #228

Merged
merged 3 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions getting-started/templates/systemlink-admin-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ global:
# <ATTENTION> - Set to false if you do not want to manage secrets as part of the Helm installation.
##
deploySecrets: true

## Uncomment and adjust installation of Argo Workflows CRDs. Disable the installation of Argo Workflows CRDs
prestwick marked this conversation as resolved.
Show resolved Hide resolved
## when you already have them installed in your cluster as part of other Argo Workflows deployment.
# argoworkflowscrds:
# crds:
# install: true
5 changes: 5 additions & 0 deletions getting-started/templates/systemlink-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,11 @@ argoworkflows:
## Maximum number of workflows that can run in parallel.
##
parallelism: &workflowParallelism 300
## Uncomment to specify instanceID for Argo Workflows. This is needed to avoid conlicts with already existing
## Argo Workflows deployments in the cluster.
# instanceID:
# enabled: true
# explicitID: sl-notebook-execution-0
prestwick marked this conversation as resolved.
Show resolved Hide resolved
executor:
image:
registry: *imageRegistryRef
Expand Down
Loading