diff --git a/packaging/flavorgen/flavors/env/envsubts_consts.go b/packaging/flavorgen/flavors/env/envsubts_consts.go index a2ca6d790c..0e65fb7712 100644 --- a/packaging/flavorgen/flavors/env/envsubts_consts.go +++ b/packaging/flavorgen/flavors/env/envsubts_consts.go @@ -47,4 +47,5 @@ const ( VSphereUsername = "${VSPHERE_USERNAME}" VSpherePassword = "${VSPHERE_PASSWORD}" /* #nosec */ ClusterResourceSetNameSuffix = "-crs-0" + VSphereInsecure = true )