From c321e68f6540cb2f88071bfffe8dbb7597caf5f8 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Fri, 3 Sep 2021 21:27:17 +0200 Subject: [PATCH] portalhook quote --- charts/incubator/traefik/Chart.yaml | 2 +- charts/incubator/traefik/templates/portalhook.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/incubator/traefik/Chart.yaml b/charts/incubator/traefik/Chart.yaml index 46c31b9e6f9..367a34d4f72 100644 --- a/charts/incubator/traefik/Chart.yaml +++ b/charts/incubator/traefik/Chart.yaml @@ -22,4 +22,4 @@ sources: - https://github.com/traefik/traefik-helm-chart - https://traefik.io/ type: application -version: 0.0.8 +version: 0.0.9 diff --git a/charts/incubator/traefik/templates/portalhook.yaml b/charts/incubator/traefik/templates/portalhook.yaml index 4fee8f136e2..d691e97b6a5 100644 --- a/charts/incubator/traefik/templates/portalhook.yaml +++ b/charts/incubator/traefik/templates/portalhook.yaml @@ -18,6 +18,6 @@ data: {{- end }} {{- end }} {{- range $name, $value := $ports }} - {{ $name }}: {{ $value.port }} + {{ $name }}: {{ $value.port | quote }} {{- end }} {{- end }}