Skip to content

Commit 130d2ae

Browse files
authored
Secret update for Powerflex driver (#971)
1 parent 2c84dd7 commit 130d2ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/docs/deployment/csmoperator/drivers/powerflex.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ For detailed PowerFlex installation procedure, see the _Dell PowerFlex Deploymen
7070
```yaml
7171
# Username for accessing PowerFlex system.
7272
# If authorization is enabled, username will be ignored.
73-
- username: "admin"
73+
- username: "admin"
7474
# Password for accessing PowerFlex system.
7575
# If authorization is enabled, password will be ignored.
7676
password: "password"
@@ -121,7 +121,7 @@ For detailed PowerFlex installation procedure, see the _Dell PowerFlex Deploymen
121121

122122
```bash
123123
124-
kubectl create secret generic vxflexos-config -n vxflexos --from-file=config=config.yaml -o yaml --dry-run=client | kubectl replace -f -
124+
kubectl create secret generic vxflexos-config -n vxflexos --from-file=config=secret.yaml -o yaml --dry-run=client | kubectl replace -f -
125125
```
126126

127127
### Install Driver

content/docs/deployment/helm/drivers/installation/powerflex.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Note that the namespace can be any user-defined name that follows the convention
9191
| skipCertificateValidation | Determines if the driver is going to validate certs while connecting to PowerFlex REST API interface. | true | true |
9292
| isDefault | An array having isDefault=true is for backward compatibility. This parameter should occur once in the list. | false | false |
9393
| mdm | mdm defines the MDM(s) that SDC should register with on start. This should be a list of MDM IP addresses or hostnames separated by comma. | true | - |
94-
| nasName | nasName defines what NAS should be used for NFS volumes. NFS volumes are supported on arrays version 4.0.x | false | none |
94+
| nasName | nasName defines what NAS should be used for NFS volumes. NFS volumes are supported on arrays version >=4.0.x | false | "" |
9595

9696
Example: `samples/secret.yaml`
9797

0 commit comments

Comments
 (0)