Skip to content

Commit da4ad51

Browse files
author
Aaron Lane
committed
Fix check for network policy config
1 parent 13a08a4 commit da4ad51

File tree

1 file changed

+1
-3
lines changed
  • test/integration/beta_cluster/controls

1 file changed

+1
-3
lines changed

test/integration/beta_cluster/controls/gcloud.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@
5555
"kubernetesDashboard" => {
5656
"disabled" => true,
5757
},
58-
"networkPolicyConfig" => {
59-
"disabled" => true,
60-
},
58+
"networkPolicyConfig" => {},
6159
"istioConfig" => {},
6260
"cloudRunConfig" => {},
6361
})

0 commit comments

Comments
 (0)