From c8819aa697665ab719f80ca7f0dac166e219ec12 Mon Sep 17 00:00:00 2001
From: Robin Scherrer <mail@robinscherrer.com>
Date: Thu, 13 Aug 2020 23:32:46 +0200
Subject: [PATCH] fix helm deployment template

---
 deploy/chart/templates/deployment.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/deploy/chart/templates/deployment.yaml b/deploy/chart/templates/deployment.yaml
index fecb14d4..4a13638b 100644
--- a/deploy/chart/templates/deployment.yaml
+++ b/deploy/chart/templates/deployment.yaml
@@ -35,6 +35,8 @@ spec:
             - {{ template "local-path-provisioner.provisionerName" . }}
             - --helper-image
             - "{{ .Values.helperImage.repository }}:{{ .Values.helperImage.tag }}"
+            - --configmap-name
+            - {{ .Values.configmap.name }}
           volumeMounts:
             - name: config-volume
               mountPath: /etc/config/
-- 
GitLab