Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug-1174]: Update kubeletConfigDir comment #381

Merged
merged 1 commit into from
Mar 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/csi-isilon/values.yaml
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ verbose: 1

# Specify kubelet config dir path.
# Ensure that the config.yaml file is present at this path.
# Default value: None
# Default value: /var/lib/kubelet
kubeletConfigDir: /var/lib/kubelet

# enableCustomTopology: Specify if custom topology label <provisionerName>.dellemc.com/<powerscalefqdnorip>:<provisionerName>
2 changes: 1 addition & 1 deletion charts/csi-powermax/values.yaml
Original file line number Diff line number Diff line change
@@ -104,7 +104,7 @@ imagePullPolicy: IfNotPresent

# Specify kubelet config dir path.
# Ensure that the config.yaml file is present at this path.
# Default value: None
# Default value: /var/lib/kubelet
kubeletConfigDir: /var/lib/kubelet

# fsGroupPolicy: Defines if the underlying volume supports changing ownership and permission of the volume before being mounted.
2 changes: 1 addition & 1 deletion charts/csi-powerstore/values.yaml
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ images:

# Specify kubelet config dir path.
# Ensure that the config.yaml file is present at this path.
# Default value: None
# Default value: /var/lib/kubelet
kubeletConfigDir: /var/lib/kubelet

# nodeFCPortsFilterFile: It is the name of the environment variable which store path to the file which
2 changes: 1 addition & 1 deletion charts/csi-unity/values.yaml
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ imagePullPolicy: Always

# Specify kubelet config dir path.
# Ensure that the config.yaml file is present at this path.
# Default value: None
# Default value: /var/lib/kubelet
kubeletConfigDir: /var/lib/kubelet

# fsGroupPolicy: Defines if the underlying volume supports changing ownership and permission of the volume before being mounted.
2 changes: 1 addition & 1 deletion charts/csi-vxflexos/values.yaml
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ logFormat: "TEXT"

# Specify kubelet config dir path.
# Ensure that the config.yaml file is present at this path.
# Default value: None
# Default value: /var/lib/kubelet
kubeletConfigDir: /var/lib/kubelet

# "defaultFsType" is used to set the default FS type which will be used
Loading