Skip to content

Commit

Permalink
Updates to manifests after changes in PowerFlex samples (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
rensyct authored Mar 20, 2023
1 parent 43588d6 commit 3c456c4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
1 change: 1 addition & 0 deletions .github/containerscan/allowedlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ general:
- CVE-2022-42898
- CVE-2022-47629 # this will be removed with the libskba library is updated in the UBI image
- CVE-2019-1010022
- CVE-2023-0286

bestPracticeViolations:
# list of best practies violatied that needs a fix
Expand Down
8 changes: 0 additions & 8 deletions bundle/manifests/dell-csm-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -405,10 +405,6 @@ metadata:
"name": "X_CSI_DEBUG",
"value": "true"
},
{
"name": "X_CSI_ALLOW_RWO_MULTI_POD_ACCESS",
"value": "false"
},
{
"name": "KUBELET_CONFIG_DIR",
"value": "/var/lib/kubelet"
Expand Down Expand Up @@ -454,10 +450,6 @@ metadata:
],
"node": {
"envs": [
{
"name": "X_CSI_HEALTH_MONITOR_ENABLED",
"value": "false"
},
{
"name": "X_CSI_APPROVE_SDC_ENABLED",
"value": "false"
Expand Down
9 changes: 0 additions & 9 deletions config/samples/storage_v1_csm_powerflex.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

0 comments on commit 3c456c4

Please sign in to comment.