Skip to content

Commit

Permalink
Add missing details about argo workflows instance id (#228)
Browse files Browse the repository at this point in the history
* Add missing details about argo workflows instance id

* clean up instruction wording

* spelling

---------

Co-authored-by: = <mark.black@ni.com>
CiprianAnton and prestwick authored Oct 25, 2024
1 parent d90caa4 commit 4bfc92d
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions getting-started/templates/systemlink-admin-values.yaml
Original file line number Diff line number Diff line change
@@ -16,3 +16,10 @@ global:
# <ATTENTION> - Set to false if you do not want to manage secrets as part of the Helm installation.
##
deploySecrets: true

## Uncomment to disable the installation of Argo Workflows CRDs. Use this option if Argo Workflows
## CRDs are already installed in your cluster as part of another Argo Workflows deployment
# argoworkflowscrds:
# crds:
# install: false

5 changes: 5 additions & 0 deletions getting-started/templates/systemlink-values.yaml
Original file line number Diff line number Diff line change
@@ -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 conflicts with already existing
## Argo Workflows deployments in the cluster.
# instanceID:
# enabled: true
# explicitID: sl-notebook-execution-0
executor:
image:
registry: *imageRegistryRef

0 comments on commit 4bfc92d

Please sign in to comment.