Skip to content

Commit

Permalink
add isDefault to samples
Browse files Browse the repository at this point in the history
  • Loading branch information
atye committed Aug 25, 2023
1 parent e23cf88 commit 6609afe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/docs/csidriver/installation/helm/unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 6609afe

Please sign in to comment.