From 28dddc7b4d15e0b85c0220fdec481bbd91c21388 Mon Sep 17 00:00:00 2001 From: Robin Bourianes Date: Fri, 4 Feb 2022 16:44:45 +0100 Subject: [PATCH] wip(charts): only mount web.xml in thredds ... [pack] --- charts/thredds/templates/deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/thredds/templates/deployment.yaml b/charts/thredds/templates/deployment.yaml index ec73bb2b..644f11bc 100644 --- a/charts/thredds/templates/deployment.yaml +++ b/charts/thredds/templates/deployment.yaml @@ -54,8 +54,9 @@ spec: - name: {{ include "common.names.name" . }} containerPort: 8080 volumeMounts: - - mountPath: /usr/local/tomcat/conf/ + - mountPath: /usr/local/tomcat/conf/web.xml name: tomcat-config + subPath: web.xml - mountPath: /usr/local/tomcat/content/thredds name: thredds-config - mountPath: /usr/local/tomcat/content/thredds/public