Skip to content

Commit

Permalink
made values.yaml consistent across drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhatdell committed Dec 18, 2024
1 parent 8d5e936 commit 98af674
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/csi-isilon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ controller:
# volumeNamePrefix: Prefix of PersistentVolume names created
# Allowed values: string
# Default value: None
volumeNamePrefix: k8s
volumeNamePrefix: csivol

# leaderElection: configure leader election parameters
leaderElection:
Expand Down Expand Up @@ -169,7 +169,7 @@ controller:
# snapNamePrefix: Prefix to apply to the names of a created snapshots
# Allowed values: string
# Default value: None
snapNamePrefix: snapshot
snapNamePrefix: csi-snap

resizer:
# enabled: Enable/Disable volume expansion feature
Expand Down
8 changes: 4 additions & 4 deletions charts/csi-powermax/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ global:
managementServers:
- endpoint: https://primary-1.unisphe.re:8443
credentialsSecret: primary-1-secret
skipCertificateValidation: false
skipCertificateValidation: true
certSecret: primary-cert
limits:
maxActiveRead: 5
Expand All @@ -61,7 +61,7 @@ global:
maxOutStandingWrite: 50
- endpoint: https://backup-1.unisphe.re:8443
credentialsSecret: backup-1-secret
skipCertificateValidation: false
skipCertificateValidation: true
# - endpoint: https://primary-2.unisphe.re:8443
# credentialsSecret: primary-2-secret
# skipCertificateValidation: true
Expand Down Expand Up @@ -173,7 +173,7 @@ controller:
# THIS MUST BE ALL LOWER CASE.
# Default value: None
# Examples: "volumes", "vol"
volumeNamePrefix: pmax
volumeNamePrefix: csivol

snapshot:
# enabled: Enable/Disable volume snapshot feature
Expand All @@ -186,7 +186,7 @@ controller:
# THIS MUST BE ALL LOWER CASE.
# Default value: None
# Examples: "snap", "snapshot"
snapNamePrefix: pmsn
snapNamePrefix: csi-snap

resizer:
# enabled: Enable/Disable volume expansion feature
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-powerstore/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ controller:
# snapNamePrefix: Prefix to apply to the names of a created snapshots
# Allowed values: string
# Default value: None
snapNamePrefix: csisnap
snapNamePrefix: csi-snap
# resizer: allows to enable/disable resizer feature
resizer:
# enabled: Enable/Disable volume expansion feature
Expand Down
4 changes: 2 additions & 2 deletions charts/csi-unity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ images:
# LogLevel is used to set the logging level of the driver.
# Allowed values: "error", "warn"/"warning", "info", "debug"
# Default value: "info"
logLevel: "info"
logLevel: "debug"

# certSecretCount: Represents number of certificate secrets, which user is going to create for
# ssl authentication. (unity-cert-0..unity-cert-n)
Expand All @@ -52,7 +52,7 @@ allowedNetworks:
# IfNotPresent: Only pull the image if it does not already exist on the node.
# Never: Never pull the image.
# Default value: IfNotPresent
imagePullPolicy: Always
imagePullPolicy: IfNotPresent

# Specify kubelet config dir path.
# Ensure that the config.yaml file is present at this path.
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-vxflexos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ controller:
# volumeNamePrefix- defines a string prepended to each volume created by the CSI driver.
# Default value: none
# Examples: "k8s", "app1"
volumeNamePrefix: k8s
volumeNamePrefix: csivol

# "controllerCount" defines the number of VxFlex controller pods to deploy
# Allowed values: n, where n > 0
Expand Down

0 comments on commit 98af674

Please sign in to comment.