Skip to content

Commit

Permalink
properly join namespace list for ingressController (#228)
Browse files Browse the repository at this point in the history
Signed-off-by: Travis Groth <[email protected]>
  • Loading branch information
travisgroth authored Dec 2, 2021
1 parent b62d8f0 commit deb84cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/pomerium/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: pomerium
version: 25.0.3
version: 25.0.4
appVersion: 0.15.7
home: http://www.pomerium.com/
icon: https://www.pomerium.com/img/icon.svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
args:
- --name={{ .Values.ingressController.config.ingressClass }}
{{ if .Values.ingressController.config.namespaces -}}
- --namespaces={{ .Values.ingressController.config.namespaces }}
- --namespaces={{ .Values.ingressController.config.namespaces | join "," }}
{{ end -}}
- --databroker-service-url={{ printf "%s://%s.%s.svc.cluster.local" (include "pomerium.httpTrafficPort.name" .) (include "pomerium.databroker.fullname" .) .Release.Namespace }}
- --databroker-tls-ca-file=/pomerium/ca/ca.crt
Expand Down

0 comments on commit deb84cc

Please sign in to comment.