From f768864132a915b54575eacb27ef83c3f296008c Mon Sep 17 00:00:00 2001 From: Lukas Krejci Date: Wed, 18 Sep 2024 18:10:06 +0200 Subject: [PATCH] Don't use fields of ToolchainCluster spec (#428) --- pkg/test/cluster.go | 3 --- 1 file changed, 3 deletions(-) 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,