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 19, 2024
1 parent 856333b commit 51b349e
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ spec:

# CSI driver log level
# Allowed values: "error", "warn"/"warning", "info", "debug"
# Default value: "debug"
# Default value: "info"
- name: "CSI_LOG_LEVEL"
value: "debug"
value: "info"

controller:
envs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ spec:

# CSI driver log level
# Allowed values: "error", "warn"/"warning", "info", "debug"
# Default value: "debug"
# Default value: "info"
- name: "CSI_LOG_LEVEL"
value: "debug"
value: "info"

controller:
envs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ spec:

# CSI driver log level
# Allowed values: "error", "warn"/"warning", "info", "debug"
# Default value: "debug"
# Default value: "info"
- name: "CSI_LOG_LEVEL"
value: "debug"
value: "info"

controller:
envs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ spec:
operator: "Exists"
effect: "NoExecute"
sideCars:
# 'pmax' represents a string prepended to each volume created by the CSI driver
# 'csivol' represents a string prepended to each volume created by the CSI driver
- name: provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
args: ["--volume-name-prefix=$VOLUME_NAME_PREFIX"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ spec:
# operator: "Exists"
# effect: "NoSchedule"
sideCars:
# 'pmax' represents a string prepended to each volume created by the CSI driver
# 'csivol' represents a string prepended to each volume created by the CSI driver
- name: provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
args: ["--volume-name-prefix=$VOLUME_NAME_PREFIX"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ spec:
# operator: "Exists"
# effect: "NoSchedule"
sideCars:
# 'pmax' represents a string prepended to each volume created by the CSI driver
# 'csivol' represents a string prepended to each volume created by the CSI driver
- name: provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
args: ["--volume-name-prefix=$VOLUME_NAME_PREFIX"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
- name: KUBELET_CONFIG_DIR
value: /var/lib/kubelet
- name: CSI_LOG_LEVEL
value: debug
value: info

sideCars:
- name: provisioner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
- name: KUBELET_CONFIG_DIR
value: /var/lib/kubelet
- name: CSI_LOG_LEVEL
value: debug
value: info

sideCars:
- name: provisioner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
- name: KUBELET_CONFIG_DIR
value: /var/lib/kubelet
- name: CSI_LOG_LEVEL
value: debug
value: info

sideCars:
- name: provisioner
Expand Down

0 comments on commit 51b349e

Please sign in to comment.