Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
falfaroc committed Dec 19, 2024
1 parent 23a138e commit 519fbc1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions samples/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
# # pools: A list of pools that belong to a single protection defined in the PowerFlex system.
# # Currently, csi-powerflex only supports one pool per protection domain.
# - pools:
# - "pool1"
# - <STORAGE_POOL>
# # name: The name of the protection domain in the PowerFlex system.
# # Optional: true
# # name is required if storage pool names are not unique across protection domains.
# name: "domain1"
# name: <DOMAIN_NAME>
# To add more PowerFlex systems, uncomment the following lines and provide the required values
# - username: "admin"
# password: "password"
Expand All @@ -67,8 +67,9 @@
# skipCertificateValidation: true
# mdm: "10.0.0.3,10.0.0.4"
# zone:
# name: "ZoneB"
# name: "zoneB"
# labelKey: "topology.kubernetes.io/zone"
# protectionDomains:
# - name: "my-app-domain"
# - name: <DOMAIN_NAME>
# pools:
# - "my-backend-pool"
# - <STORAGE_POOL>

0 comments on commit 519fbc1

Please sign in to comment.