Skip to content

Commit

Permalink
UNSOI-2606: always mount /import-local
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Krukenberg committed Jan 23, 2025
1 parent 99085b2 commit f10f07c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/sophora-importer/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ spec:
- name: importer-config
mountPath: /sophora/logback-spring.xml
subPath: logback-spring.xml
- name: local-import-folders
mountPath: /import-local/
{{- if .Values.transformation.data.useSaxon }}
- name: saxon-licence
subPath: {{ .Values.transformation.data.saxonLicenceSecretKey }}
Expand Down

0 comments on commit f10f07c

Please sign in to comment.