Skip to content

Commit

Permalink
wip(thredds): make config volumes writable #281 [pack]
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Feb 4, 2022
1 parent 6e1640d commit 001636f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/thredds/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 001636f

Please sign in to comment.