From 9dbe98d0ffd8e75cea2820cf8f25d2b3829a40b3 Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@suma-ev.de> Date: Fri, 3 Jun 2022 10:58:54 +0200 Subject: [PATCH] new volume --- 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 e50e048cb..02d463dc1 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -33,7 +33,7 @@ spec: secretName: {{ template "secret_name" . }} - name: mglogs-persistent-storage persistentVolumeClaim: - claimName: mg-logs-2 + claimName: mglogs - name: redis-config configMap: name: {{ include "chart.fullname" . }}-redis-container-config -- GitLab