From dc0aeee540fc1aa38ae4ff5669fbcba00b16fdf1 Mon Sep 17 00:00:00 2001 From: Raul Marrero Date: Mon, 10 Jun 2019 15:56:09 +0100 Subject: [PATCH] Fix daemonset template for helm --- deployments/helm-chart/templates/controller-daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/helm-chart/templates/controller-daemonset.yaml b/deployments/helm-chart/templates/controller-daemonset.yaml index c9007c9e37..cba7e6be25 100644 --- a/deployments/helm-chart/templates/controller-daemonset.yaml +++ b/deployments/helm-chart/templates/controller-daemonset.yaml @@ -52,7 +52,7 @@ spec: containerPort: 443 hostPort: 443 {{ if .Values.controller.customPorts }} -{{ toYaml .Values.controller.customPorts | indent 4 }} +{{ toYaml .Values.controller.customPorts | indent 8 }} {{ end }} {{- if .Values.prometheus.create }} - name: prometheus