Skip to content

Commit

Permalink
fixed typo volumes pointing to the wrong path on the container
Browse files Browse the repository at this point in the history
  • Loading branch information
marijusGood authored Nov 15, 2023
1 parent 651ad3a commit a3fb136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/typo3/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ spec:
volumeMounts:
{{- if .Values.persistence.fileadmin.enabled }}
- name: fileadmin
mountPath: /fileadmin
mountPath: /var/www/html/fileadmin
{{- end }}
{{- if .Values.persistence.typo3conf.enabled }}
- name: typo3conf
mountPath: /typo3conf
mountPath: /var/www/html/typo3conf
{{- end }}
{{- end }}
{{- with .Values.nodeSelector }}
Expand Down

0 comments on commit a3fb136

Please sign in to comment.