diff --git a/pkg/cli/create_helm.go b/pkg/cli/create_helm.go index 254bc0a72..ea7d6fe0e 100644 --- a/pkg/cli/create_helm.go +++ b/pkg/cli/create_helm.go @@ -262,6 +262,10 @@ func CreateHelm(ctx context.Context, options *CreateOptions, globalFlags *flags. return err } + if vClusterConfig.Experimental.IsolatedControlPlane.Headless { + cmd.Connect = false + } + if isVClusterDeployed(release) { // While certain backing store changes are allowed we prohibit changes to another distro. if err := config.ValidateChanges(currentVClusterConfig, vClusterConfig); err != nil {