Skip to content

Commit

Permalink
remove dns and dns redirection explicit settings because they should …
Browse files Browse the repository at this point in the history
…automatically be enabled/disabled by tproxy settings
  • Loading branch information
ndhanushkodi committed Nov 9, 2022
1 parent 9ec955e commit 237cbdc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions acceptance/tests/partitions/partitions_connect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ func TestPartitions_Connect(t *testing.T) {
"meshGateway.replicas": "1",

"controller.enabled": "true",

"dns.enabled": "true",
"dns.enableRedirection": strconv.FormatBool(cfg.EnableTransparentProxy),
}

defaultPartitionHelmValues := make(map[string]string)
Expand Down
3 changes: 0 additions & 3 deletions acceptance/tests/partitions/partitions_sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ func TestPartitions_Sync(t *testing.T) {
"syncCatalog.consulNamespaces.consulDestinationNamespace": c.destinationNamespace,
"syncCatalog.consulNamespaces.mirroringK8S": strconv.FormatBool(c.mirrorK8S),
"syncCatalog.addK8SNamespaceSuffix": "false",

"dns.enabled": "true",
"dns.enableRedirection": strconv.FormatBool(cfg.EnableTransparentProxy),
}

serverHelmValues := map[string]string{
Expand Down
3 changes: 0 additions & 3 deletions acceptance/tests/peering/peering_connect_namespaces_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ func TestPeering_ConnectNamespaces(t *testing.T) {
"meshGateway.replicas": "1",

"controller.enabled": "true",

"dns.enabled": "true",
"dns.enableRedirection": strconv.FormatBool(cfg.EnableTransparentProxy),
}

staticServerPeerHelmValues := map[string]string{
Expand Down
3 changes: 0 additions & 3 deletions acceptance/tests/peering/peering_connect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ func TestPeering_Connect(t *testing.T) {
"meshGateway.replicas": "1",

"controller.enabled": "true",

"dns.enabled": "true",
"dns.enableRedirection": strconv.FormatBool(cfg.EnableTransparentProxy),
}

staticServerPeerHelmValues := map[string]string{
Expand Down

0 comments on commit 237cbdc

Please sign in to comment.