diff --git a/getting-started/templates/systemlink-admin-values.yaml b/getting-started/templates/systemlink-admin-values.yaml index 6ad0aca0..bed60b8f 100644 --- a/getting-started/templates/systemlink-admin-values.yaml +++ b/getting-started/templates/systemlink-admin-values.yaml @@ -16,3 +16,10 @@ global: # - 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 + diff --git a/getting-started/templates/systemlink-values.yaml b/getting-started/templates/systemlink-values.yaml index d9bc36b6..209e4169 100644 --- a/getting-started/templates/systemlink-values.yaml +++ b/getting-started/templates/systemlink-values.yaml @@ -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