Skip to content

Commit

Permalink
Don't use fields of ToolchainCluster spec (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
metlos authored Sep 18, 2024
1 parent 38ba816 commit f768864
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/test/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f768864

Please sign in to comment.