Skip to content

Commit

Permalink
remove duplicated args (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuluna authored Jul 31, 2023
1 parent 5827847 commit c91054c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions samples/storage_csm_powerscale_v270.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ spec:
- "--skipArrayConnectionValidation=false"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"
- "--arrayConnectivityPollRate=5"
- "--arrayConnectivityConnectionLossThreshold=3"
# Below 4 args should not be modified.
- "--csisock=unix:/var/run/csi/csi.sock"
Expand All @@ -473,7 +472,6 @@ spec:
- "--leaderelection=false"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"
- "--arrayConnectivityPollRate=5"
- "--arrayConnectivityConnectionLossThreshold=3"
# Below 4 args should not be modified.
- "--csisock=unix:/var/lib/kubelet/plugins/csi-isilon/csi_sock"
Expand Down
2 changes: 0 additions & 2 deletions samples/storage_csm_powerscale_v280.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ spec:
- "--skipArrayConnectionValidation=false"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"
- "--arrayConnectivityPollRate=5"
- "--arrayConnectivityConnectionLossThreshold=3"
# Below 4 args should not be modified.
- "--csisock=unix:/var/run/csi/csi.sock"
Expand All @@ -473,7 +472,6 @@ spec:
- "--leaderelection=false"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"
- "--arrayConnectivityPollRate=5"
- "--arrayConnectivityConnectionLossThreshold=3"
# Below 4 args should not be modified.
- "--csisock=unix:/var/lib/kubelet/plugins/csi-isilon/csi_sock"
Expand Down
2 changes: 0 additions & 2 deletions samples/storage_csm_powerstore_v270.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ spec:
- "--skipArrayConnectionValidation=false"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"
- "--arrayConnectivityPollRate=5"
- "--arrayConnectivityConnectionLossThreshold=3"
# Below 4 args should not be modified.
- "--csisock=unix:/var/run/csi/csi.sock"
Expand All @@ -193,7 +192,6 @@ spec:
- "--leaderelection=false"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"
- "--arrayConnectivityPollRate=5"
- "--arrayConnectivityConnectionLossThreshold=3"
# Below 4 args should not be modified.
- "--csisock=unix:/var/lib/kubelet/plugins/csi-powerstore.dellemc.com/csi_sock"
Expand Down
2 changes: 0 additions & 2 deletions samples/storage_csm_powerstore_v280.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ spec:
- "--skipArrayConnectionValidation=false"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"
- "--arrayConnectivityPollRate=5"
- "--arrayConnectivityConnectionLossThreshold=3"
# Below 4 args should not be modified.
- "--csisock=unix:/var/run/csi/csi.sock"
Expand All @@ -198,7 +197,6 @@ spec:
- "--leaderelection=false"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"
- "--arrayConnectivityPollRate=5"
- "--arrayConnectivityConnectionLossThreshold=3"
# Below 4 args should not be modified.
- "--csisock=unix:/var/lib/kubelet/plugins/csi-powerstore.dellemc.com/csi_sock"
Expand Down

0 comments on commit c91054c

Please sign in to comment.