diff --git a/pkg/test/cluster.go b/pkg/test/cluster.go index a259fa23..7a12bf3e 100644 --- a/pkg/test/cluster.go +++ b/pkg/test/cluster.go @@ -48,9 +48,6 @@ func NewToolchainClusterWithEndpoint(t *testing.T, name, tcNs, operatorNs, secNa SecretRef: toolchainv1alpha1.LocalSecretReference{ Name: secName, }, - APIEndpoint: apiEndpoint, - CABundle: "", - DisabledTLSValidations: []toolchainv1alpha1.TLSValidation{toolchainv1alpha1.TLSAll}, }, ObjectMeta: v1.ObjectMeta{ Name: name,