From 118e79623bb0e4f9b45fb81cb7ad6208343c9bdb Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Tue, 23 Dec 2025 13:34:32 +0000 Subject: [PATCH] Update documentation and example values --- examples/values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/values.yaml b/examples/values.yaml index 4fe432d..0a71ae0 100644 --- a/examples/values.yaml +++ b/examples/values.yaml @@ -1241,6 +1241,13 @@ networkPolicy: # -- Allow DNS egress for all pods (required for service discovery) allowDnsEgress: true + # -- Allow egress to all namespaces (permissive mode) + # Enable this if cross-namespace egress to infrastructure services is being blocked. + # This adds an additional egress rule allowing traffic to any pod in any namespace. + # WARNING: This is less secure and should only be used for debugging or when + # namespace-based selectors don't work in your CNI. + allowAllNamespacesEgress: false + # -- Additional ingress rules for all application pods additionalIngressRules: [] # - from: