Skip to content

Commit

Permalink
wip(charts): only mount web.xml in thredds ... [pack]
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Feb 4, 2022
1 parent 996f38c commit 28dddc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/thredds/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28dddc7

Please sign in to comment.