diff --git a/templates/mapstore/mapstore-deployment.yaml b/templates/mapstore/mapstore-deployment.yaml index 5394b63..39c2ada 100644 --- a/templates/mapstore/mapstore-deployment.yaml +++ b/templates/mapstore/mapstore-deployment.yaml @@ -46,11 +46,9 @@ spec: volumeMounts: - mountPath: /etc/georchestra name: georchestra-datadir - - mountPath: /mnt/mapstore2 + - mountPath: /mnt/mapstore_extensions name: mapstore-datadir env: - - name: JAVA_OPTS - value: -DPRINT_BASE_URL=pdf -Dgeorchestra.datadir=/etc/georchestra -Dgeorchestra.extensions=/mnt/mapstore2 {{- include "georchestra.ldap-envs" . | nindent 10 }} {{- include "georchestra.database-georchestra-envs" . | nindent 10 }} {{- if $webapp.extra_environment }}