From 88ad34c9a7512c1df1a7ca3568ffd94af1d87afb Mon Sep 17 00:00:00 2001 From: Fabio Rauber Date: Mon, 7 Mar 2022 14:34:18 -0300 Subject: [PATCH] Fix issue with initial images copy --- charts/edemocracia/v0.4.0/templates/discourse-deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/edemocracia/v0.4.0/templates/discourse-deployment.yaml b/charts/edemocracia/v0.4.0/templates/discourse-deployment.yaml index 99e129c..a63f962 100644 --- a/charts/edemocracia/v0.4.0/templates/discourse-deployment.yaml +++ b/charts/edemocracia/v0.4.0/templates/discourse-deployment.yaml @@ -34,7 +34,8 @@ spec: - "/publicimgs/" volumeMounts: - mountPath: /publicimgs/ - name: {{ include "edemocracia.fullname" . }}-discourse-img + subPath: images + name: {{ include "edemocracia.fullname" . }}-discourse containers: - args: - ./start-web.sh