We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e224712 commit 2c4b525Copy full SHA for 2c4b525
test/e2e/network_policy_test.go
@@ -182,7 +182,7 @@ func TestNetworkPolicyJustifications(t *testing.T) {
182
allowedNetworkPolicies["operator-controller-default-deny-all-traffic"] = denyAllPolicySpec
183
} else {
184
t.Log("Detected single-namespace configuration, expecting one 'default-deny-all-traffic' policy.")
185
- allowedNetworkPolicies["default-deny-all-traffic"] = denyAllPolicySpec
+ allowedNetworkPolicies["operator-controller-default-deny-all-traffic"] = denyAllPolicySpec
186
t.Log("Detected single-namespace configuration, expecting 'prometheus' policy.")
187
allowedNetworkPolicies["prometheus"] = prometheuSpec
188
}
0 commit comments