allow additional namespaces for both egress and ingress #6

Merged
jessebot merged 0 commits from refs/pull/6/head into main 2026-06-14 06:48:32 +00:00
jessebot commented 2026-06-14 06:48:24 +00:00 (Migrated from git.smallhack.org)

adds the following new params for netpol:

networkPolicy:
  ingress:
    # -- additional namespaces to allow in
    additionalNamespaces: []
  egress:
    # -- additional namespaces to allow out
    additionalNamespaces: []
adds the following new params for netpol: ```yaml networkPolicy: ingress: # -- additional namespaces to allow in additionalNamespaces: [] egress: # -- additional namespaces to allow out additionalNamespaces: [] ```
Sign in to join this conversation.
No description provided.