Skip to content

Commit

Permalink
Remove CSI Insecure
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Jul 5, 2024
1 parent c4a552d commit 9efb2ac
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 65 deletions.
1 change: 0 additions & 1 deletion test/e2e/config/vsphere.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ variables:
VSPHERE_DISTRIBUTED_PORT_GROUP: "/SDDC-Datacenter/network/sddc-cgw-network-10"
VSPHERE_TEMPLATE: "ubuntu-2204-kube-v1.30.0"
FLATCAR_VSPHERE_TEMPLATE: "flatcar-stable-3815.2.2-kube-v1.30.0"
VSPHERE_INSECURE_CSI: "true"
KUBETEST_CONFIGURATION: "./data/kubetest/conformance.yaml"
NODE_DRAIN_TIMEOUT: "60s"
CLUSTER_TOPOLOGY: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ resources:
patchesStrategicMerge:
- ../commons/cluster-resource-set-label.yaml
- ../commons/cluster-network-CIDR.yaml
- ../commons/cluster-resource-set-csi-insecure.yaml
patches:
# We are dropping storage policy so we also have test coverage
# for normal provisioning via data stores.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ resources:
patchesStrategicMerge:
- ../commons/cluster-resource-set-label.yaml
- ../commons/cluster-network-CIDR.yaml
- ../commons/cluster-resource-set-csi-insecure.yaml
- flatcar.yaml
patches:
# We are dropping storage policy so we also have test coverage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ resources:
patchesStrategicMerge:
- ../commons/cluster-resource-set-label.yaml
- ../commons/cluster-network-CIDR.yaml
- ../commons/cluster-resource-set-csi-insecure.yaml
- vsphereclusteridentity.yaml
- drop-existing-identity-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ resources:
patchesStrategicMerge:
- ../commons/cluster-resource-set-label.yaml
- ../commons/cluster-network-CIDR.yaml
- ../commons/cluster-resource-set-csi-insecure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stringData:
[Global]
[VirtualCenter "${VSPHERE_SERVER}"]
insecure-flag = "${VSPHERE_INSECURE_CSI}"
insecure-flag = "true"
user = "${VSPHERE_USERNAME}"
password = "${VSPHERE_PASSWORD}"
datacenters = "${VSPHERE_DATACENTER}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stringData:
[Global]
[VirtualCenter "${VSPHERE_SERVER}"]
insecure-flag = "${VSPHERE_INSECURE_CSI}"
insecure-flag = "true"
user = "${VSPHERE_USERNAME}"
password = "${VSPHERE_PASSWORD}"
datacenters = "${VSPHERE_DATACENTER}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ resources:
patchesStrategicMerge:
- ../commons/cluster-resource-set-label.yaml
- ../commons/cluster-network-CIDR.yaml
- ../commons/cluster-resource-set-csi-insecure.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ resources:
patchesStrategicMerge:
- ../commons/cluster-resource-set-label.yaml
- ../commons/cluster-network-CIDR.yaml
- ../commons/cluster-resource-set-csi-insecure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stringData:
[Global]
[VirtualCenter "${VSPHERE_SERVER}"]
insecure-flag = "${VSPHERE_INSECURE_CSI}"
insecure-flag = "true"
user = "${VSPHERE_USERNAME}"
password = "${VSPHERE_PASSWORD}"
datacenters = "${VSPHERE_DATACENTER}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stringData:
[Global]
[VirtualCenter "${VSPHERE_SERVER}"]
insecure-flag = "${VSPHERE_INSECURE_CSI}"
insecure-flag = "true"
user = "${VSPHERE_USERNAME}"
password = "${VSPHERE_PASSWORD}"
datacenters = "${VSPHERE_DATACENTER}"
Expand Down

0 comments on commit 9efb2ac

Please sign in to comment.