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 a302a8f commit 19c6dc5Copy full SHA for 19c6dc5
test/e2e/network_policy_test.go
@@ -183,7 +183,7 @@ func TestNetworkPolicyJustifications(t *testing.T) {
183
allowedNetworkPolicies["operator-controller-default-deny-all-traffic"] = denyAllPolicySpec
184
} else {
185
t.Log("Detected single-namespace configuration, expecting one 'default-deny-all-traffic' policy.")
186
- allowedNetworkPolicies["default-deny-all-traffic"] = denyAllPolicySpec
+ allowedNetworkPolicies["operator-controller-default-deny-all-traffic"] = denyAllPolicySpec
187
t.Log("Detected single-namespace configuration, expecting 'prometheus' policy.")
188
allowedNetworkPolicies["prometheus"] = prometheuSpec
189
}
0 commit comments