From 1fa13a3af5f3fd9626558d6a40bdd15963cb0af9 Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@suma-ev.de>
Date: Tue, 15 Sep 2020 13:47:05 +0200
Subject: [PATCH] mounting configs to the correct directory

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

diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml
index 62ff4b8d2..bdf168cc0 100644
--- a/chart/templates/deployment.yaml
+++ b/chart/templates/deployment.yaml
@@ -97,7 +97,7 @@ spec:
           timeoutSeconds: {{ .Values.readinessProbe.timeoutSeconds }}
         volumeMounts:
         - name: metager-config
-          mountPath: /html/config
+          mountPath: /html/config/metager
           readOnly: true
         - name: mglogs-persistent-storage
           mountPath: /html/storage/logs/metager
-- 
GitLab