support configuring netpol and default add cnpg operator namespace #5

Merged
jessebot merged 0 commits from refs/pull/5/head into main 2026-06-14 06:18:51 +00:00
jessebot commented 2026-06-14 06:17:58 +00:00 (Migrated from git.smallhack.org)

Adds the following new parameters:

networkPolicy:
  # -- the label to use for the namespace
  namespaceLabel: "kubernetes.io/metadata.name"
  # -- cnpg operator namespace
  cnpgOperatorNamespace: "cnpg-system"

And then always adds the CNPG operator namespace as a default ingress and egress.

Adds the following new parameters: ```yaml networkPolicy: # -- the label to use for the namespace namespaceLabel: "kubernetes.io/metadata.name" # -- cnpg operator namespace cnpgOperatorNamespace: "cnpg-system" ``` And then always adds the CNPG operator namespace as a default ingress and egress.
Sign in to join this conversation.
No description provided.