You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActiveEnforcementNamespacesKey="active-enforcement-namespaces"// When using the "shadow enforcement" mode, namespaces in this list will be treated as if the enforcement were active
45
45
AllowExternalTrafficKey="allow-external-traffic"// Whether to automatically create network policies for external traffic
EnforcementDefaultStateKey="enforcement-default-state"// Sets the default state of the If true, always enforces. If false, can be overridden using ProtectedService.
48
48
EnforcementDefaultStateDefault=true
49
49
EnableNetworkPolicyKey="enable-network-policy-creation"// Whether to enable Intents network policy creation
@@ -91,7 +91,7 @@ func InitCLIFlags() {
91
91
pflag.Bool(EnableEgressNetworkPolicyReconcilersKey, EnableEgressNetworkPolicyReconcilersDefault, "Experimental - enable the generation of egress network policies alongside ingress network policies")
92
92
pflag.Bool(EnableAWSPolicyKey, EnableAWSPolicyDefault, "Enable the AWS IAM reconciler")
0 commit comments