From 6609afe6036dae3582f6dc3851792fb21222c47f Mon Sep 17 00:00:00 2001 From: atye Date: Fri, 25 Aug 2023 09:57:41 -0400 Subject: [PATCH] add isDefault to samples --- content/docs/csidriver/installation/helm/unity.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/docs/csidriver/installation/helm/unity.md b/content/docs/csidriver/installation/helm/unity.md index 30744f081f..e02aa8ca89 100644 --- a/content/docs/csidriver/installation/helm/unity.md +++ b/content/docs/csidriver/installation/helm/unity.md @@ -210,6 +210,7 @@ Procedure password: "password" endpoint: "https://10.1.1.2/" skipCertificateValidation: true + isDefault: false ``` Use the following command to create a new secret unity-creds from `secret.yaml` file. @@ -245,6 +246,7 @@ Procedure password: "password" endpoint: "https://10.1.1.2/" skipCertificateValidation: true + isDefault: false ``` **Note:** Parameters "allowRWOMultiPodAccess" and "syncNodeInfoInterval" have been enabled for configuration in values.yaml and this helps users to dynamically change these values without the need for driver re-installation.