From 4bfc92dfbf136ac9b6c1de03d1d442415fa45c11 Mon Sep 17 00:00:00 2001 From: Ciprian Anton Date: Fri, 25 Oct 2024 19:08:59 +0300 Subject: [PATCH] Add missing details about argo workflows instance id (#228) * Add missing details about argo workflows instance id * clean up instruction wording * spelling --------- Co-authored-by: = --- getting-started/templates/systemlink-admin-values.yaml | 7 +++++++ getting-started/templates/systemlink-values.yaml | 5 +++++ 2 files changed, 12 insertions(+) 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