diff --git a/charts/thredds/templates/deployment.yaml b/charts/thredds/templates/deployment.yaml index e75e4b4e..05569dce 100644 --- a/charts/thredds/templates/deployment.yaml +++ b/charts/thredds/templates/deployment.yaml @@ -35,10 +35,10 @@ spec: containerPort: 8080 volumeMounts: - mountPath: /usr/local/tomcat/conf/ - readOnly: true + readOnly: false name: tomcat-config - mountPath: /usr/local/tomcat/content/thredds - readOnly: true + readOnly: false name: thredds-config - mountPath: /usr/local/tomcat/content/thredds/public subPath: {{ .Values.publicDataSubPath }}