Skip to content

Commit

Permalink
Remove disabling transparent proxy in the cloud config since it will …
Browse files Browse the repository at this point in the history
…be working by GA
  • Loading branch information
jmurret committed Nov 3, 2022
1 parent 106d355 commit 64dd57f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions cli/preset/cloud_preset.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ server:
secretName: %s
connectInject:
enabled: true
transparentProxy:
defaultEnabled: false
controller:
enabled: true
`, cfg.BootstrapResponse.Cluster.ID, secretNameServerCA, corev1.TLSCertKey,
Expand Down
4 changes: 0 additions & 4 deletions cli/preset/cloud_preset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,6 @@ func TestGetHelmConfigWithMapSecretNames(t *testing.T) {

const expectedFull = `connectInject:
enabled: true
transparentProxy:
defaultEnabled: false
controller:
enabled: true
global:
Expand Down Expand Up @@ -497,8 +495,6 @@ server:

const expectedWithoutOptional = `connectInject:
enabled: true
transparentProxy:
defaultEnabled: false
controller:
enabled: true
global:
Expand Down

0 comments on commit 64dd57f

Please sign in to comment.