From 51b349e4788eab6806fbb6978625aedd89358bb5 Mon Sep 17 00:00:00 2001 From: Rishabh Raj Date: Thu, 19 Dec 2024 04:36:38 -0500 Subject: [PATCH] made values.yaml consistent across drivers --- .../src/templates/operator/csm-isilon-1.11.1.template | 4 ++-- .../src/templates/operator/csm-isilon-1.12.0.template | 4 ++-- .../src/templates/operator/csm-isilon-1.13.0.template | 4 ++-- .../src/templates/operator/csm-powermax-1.11.1.template | 2 +- .../src/templates/operator/csm-powermax-1.12.0.template | 2 +- .../src/templates/operator/csm-powermax-1.13.0.template | 2 +- .../src/templates/operator/csm-powerstore-1.11.1.template | 2 +- .../src/templates/operator/csm-powerstore-1.12.0.template | 2 +- .../src/templates/operator/csm-powerstore-1.13.0.template | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.11.1.template b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.11.1.template index cd65b915ef..c64d1f2440 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.11.1.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.11.1.template @@ -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: diff --git a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.12.0.template b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.12.0.template index 410f21de4f..9db105ea6f 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.12.0.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.12.0.template @@ -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: diff --git a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.13.0.template b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.13.0.template index 5d51954b7d..f1ebae0203 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.13.0.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.13.0.template @@ -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: diff --git a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powermax-1.11.1.template b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powermax-1.11.1.template index af1e55f445..766790e831 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powermax-1.11.1.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powermax-1.11.1.template @@ -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"] diff --git a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powermax-1.12.0.template b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powermax-1.12.0.template index c81f52f753..c51292601e 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powermax-1.12.0.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powermax-1.12.0.template @@ -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"] diff --git a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powermax-1.13.0.template b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powermax-1.13.0.template index d98e02ccf7..466dc35bdf 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powermax-1.13.0.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powermax-1.13.0.template @@ -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"] diff --git a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powerstore-1.11.1.template b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powerstore-1.11.1.template index e1bffb895c..d69b18d854 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powerstore-1.11.1.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powerstore-1.11.1.template @@ -54,7 +54,7 @@ spec: - name: KUBELET_CONFIG_DIR value: /var/lib/kubelet - name: CSI_LOG_LEVEL - value: debug + value: info sideCars: - name: provisioner diff --git a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powerstore-1.12.0.template b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powerstore-1.12.0.template index 9a67ad0ebf..4eee3ba1d4 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powerstore-1.12.0.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powerstore-1.12.0.template @@ -54,7 +54,7 @@ spec: - name: KUBELET_CONFIG_DIR value: /var/lib/kubelet - name: CSI_LOG_LEVEL - value: debug + value: info sideCars: - name: provisioner diff --git a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powerstore-1.13.0.template b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powerstore-1.13.0.template index 83190a3c64..c39e0e1617 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powerstore-1.13.0.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powerstore-1.13.0.template @@ -54,7 +54,7 @@ spec: - name: KUBELET_CONFIG_DIR value: /var/lib/kubelet - name: CSI_LOG_LEVEL - value: debug + value: info sideCars: - name: provisioner