Skip to content

Commit

Permalink
Updating powerflex secret
Browse files Browse the repository at this point in the history
  • Loading branch information
adarsh-dell committed Jul 1, 2024
1 parent 2940bbc commit 5c137d1
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion content/docs/deployment/csmoperator/drivers/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ For detailed PowerFlex installation procedure, see the _Dell PowerFlex Deploymen

Example: secret.yaml

```yaml
```yaml
# Username for accessing PowerFlex system.
# If authorization is enabled, username will be ignored.
- username: "admin"
Expand Down
4 changes: 2 additions & 2 deletions content/v1/deployment/csmoperator/drivers/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ For detailed PowerFlex installation procedure, see the _Dell PowerFlex Deploymen

Example: secret.yaml

```yaml
```yaml
# Username for accessing PowerFlex system.
# If authorization is enabled, username will be ignored.
- username: "admin"
- username: "admin"
# Password for accessing PowerFlex system.
# If authorization is enabled, password will be ignored.
password: "password"
Expand Down
4 changes: 2 additions & 2 deletions content/v2/csidriver/installation/operator/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ For detailed PowerFlex installation procedure, see the _Dell PowerFlex Deploymen

Example: secret.yaml

```yaml
```yaml
# Username for accessing PowerFlex system.
# Required: true
- username: "admin"
- username: "admin"
# Password for accessing PowerFlex system.
# Required: true
password: "password"
Expand Down
4 changes: 2 additions & 2 deletions content/v2/deployment/csmoperator/drivers/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ For detailed PowerFlex installation procedure, see the _Dell PowerFlex Deploymen

Example: secret.yaml

```yaml
```yaml
# Username for accessing PowerFlex system.
# If authorization is enabled, username will be ignored.
- username: "admin"
- username: "admin"
# Password for accessing PowerFlex system.
# If authorization is enabled, password will be ignored.
password: "password"
Expand Down
4 changes: 2 additions & 2 deletions content/v3/csidriver/installation/operator/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ For detailed PowerFlex installation procedure, see the _Dell PowerFlex Deploymen

Example: secret.yaml

```yaml
```yaml
# Username for accessing PowerFlex system.
# Required: true
- username: "admin"
- username: "admin"
# Password for accessing PowerFlex system.
# Required: true
password: "password"
Expand Down
4 changes: 2 additions & 2 deletions content/v3/deployment/csmoperator/drivers/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ For detailed PowerFlex installation procedure, see the _Dell PowerFlex Deploymen

Example: secret.yaml

```yaml
```yaml
# Username for accessing PowerFlex system.
# If authorization is enabled, username will be ignored.
- username: "admin"
- username: "admin"
# Password for accessing PowerFlex system.
# If authorization is enabled, password will be ignored.
password: "password"
Expand Down

0 comments on commit 5c137d1

Please sign in to comment.