pomerium / pomerium-helm

Official helm charts for Pomerium.

Home Page:https://helm.pomerium.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multiple namespaces

wasaga opened this issue · comments

What happened?

          {{ if .Values.ingressController.config.namespaces -}}
          - --namespaces={{ .Values.ingressController.config.namespaces }}
          {{ end -}}

Should be modified to pass comma separated namespaces to the controller.