Skip to content

Commit

Permalink
Remove configmap creation from PowerFlex sample files (#187)
Browse files Browse the repository at this point in the history
* remove cfgmap creation

* remove cfgmap creation

* remove cfgmap creation

* Remove few env variables from sample file

---------

Co-authored-by: abhi16394 <[email protected]>
  • Loading branch information
jooseppi-luna and abhi16394 authored Mar 15, 2023
1 parent 8c6e3c2 commit 43588d6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 60 deletions.
20 changes: 0 additions & 20 deletions samples/storage_csm_powerflex_v240.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ spec:
value: "false"
- name: X_CSI_DEBUG
value: "true"
- name: X_CSI_ALLOW_RWO_MULTI_POD_ACCESS
value: "false"
# Specify kubelet config dir path.
# Ensure that the config.yaml file is present at this path.
# Default value: None
Expand Down Expand Up @@ -94,13 +92,6 @@ spec:

node:
envs:
# X_CSI_HEALTH_MONITOR_ENABLED: Enable/Disable health monitor of CSI volumes from node plugin - volume usage
# Allowed values:
# true: enable checking of health condition of CSI volumes
# false: disable checking of health condition of CSI volumes
# Default value: false
- name: X_CSI_HEALTH_MONITOR_ENABLED
value: "false"

# "node.nodeSelector" defines what nodes would be selected for pods of node daemonset
# Leave as blank to use all nodes
Expand Down Expand Up @@ -239,14 +230,3 @@ spec:
# Default value: "otel-collector:55680"
- name: "COLLECTOR_ADDRESS"
value: "otel-collector:55680"

---
apiVersion: v1
kind: ConfigMap
metadata:
name: test-vxflexos-config-params
namespace: test-vxflexos
data:
driver-config-params.yaml: |
CSI_LOG_LEVEL: "debug"
CSI_LOG_FORMAT: "TEXT"
20 changes: 0 additions & 20 deletions samples/storage_csm_powerflex_v250.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ spec:
value: "false"
- name: X_CSI_DEBUG
value: "true"
- name: X_CSI_ALLOW_RWO_MULTI_POD_ACCESS
value: "false"
# Specify kubelet config dir path.
# Ensure that the config.yaml file is present at this path.
# Default value: None
Expand Down Expand Up @@ -94,13 +92,6 @@ spec:

node:
envs:
# X_CSI_HEALTH_MONITOR_ENABLED: Enable/Disable health monitor of CSI volumes from node plugin - volume usage
# Allowed values:
# true: enable checking of health condition of CSI volumes
# false: disable checking of health condition of CSI volumes
# Default value: false
- name: X_CSI_HEALTH_MONITOR_ENABLED
value: "false"

# "node.nodeSelector" defines what nodes would be selected for pods of node daemonset
# Leave as blank to use all nodes
Expand Down Expand Up @@ -239,14 +230,3 @@ spec:
# Default value: "otel-collector:55680"
- name: "COLLECTOR_ADDRESS"
value: "otel-collector:55680"

---
apiVersion: v1
kind: ConfigMap
metadata:
name: test-vxflexos-config-params
namespace: test-vxflexos
data:
driver-config-params.yaml: |
CSI_LOG_LEVEL: "debug"
CSI_LOG_FORMAT: "TEXT"
20 changes: 0 additions & 20 deletions samples/storage_csm_powerflex_v260.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ spec:
value: "false"
- name: X_CSI_DEBUG
value: "true"
- name: X_CSI_ALLOW_RWO_MULTI_POD_ACCESS
value: "false"
# Specify kubelet config dir path.
# Ensure that the config.yaml file is present at this path.
# Default value: None
Expand Down Expand Up @@ -94,13 +92,6 @@ spec:

node:
envs:
# X_CSI_HEALTH_MONITOR_ENABLED: Enable/Disable health monitor of CSI volumes from node plugin - volume usage
# Allowed values:
# true: enable checking of health condition of CSI volumes
# false: disable checking of health condition of CSI volumes
# Default value: false
- name: X_CSI_HEALTH_MONITOR_ENABLED
value: "false"

# X_CSI_APPROVE_SDC_ENABLED: Enables/Disable SDC approval
# Allowed values:
Expand Down Expand Up @@ -263,14 +254,3 @@ spec:
# Default value: "otel-collector:55680"
- name: "COLLECTOR_ADDRESS"
value: "otel-collector:55680"

---
apiVersion: v1
kind: ConfigMap
metadata:
name: test-vxflexos-config-params
namespace: test-vxflexos
data:
driver-config-params.yaml: |
CSI_LOG_LEVEL: "debug"
CSI_LOG_FORMAT: "TEXT"

0 comments on commit 43588d6

Please sign in to comment.