Skip to content

Commit

Permalink
flipped /opt/zammad/storage /opt/zammad/var to get same order
Browse files Browse the repository at this point in the history
  • Loading branch information
klml committed Nov 7, 2023
1 parent 67b9169 commit 2fb4bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zammad/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@ spec:
subPath: elasticsearch-init
- name: {{ template "zammad.fullname" . }}-tmp
mountPath: /opt/zammad/tmp
- name: {{ template "zammad.fullname" . }}-var
mountPath: /opt/zammad/var
- name: {{ template "zammad.fullname" . }}-var
mountPath: /opt/zammad/storage
- name: {{ template "zammad.fullname" . }}-var
mountPath: /opt/zammad/var
{{- end }}
containers:
{{- with .Values.sidecars }}
Expand Down

0 comments on commit 2fb4bbb

Please sign in to comment.