Skip to content

Commit

Permalink
Enable mount
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusAhlfors committed Oct 22, 2024
1 parent 8cb0be3 commit b296de6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .diploi/helm/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@ spec:
{{- if hasKey .Values.storage "app" }}
- name: app-mount
mountPath: /app
- name: root-mount
mountPath: /root
#- name: root-mount
# mountPath: /root
{{- end }}
volumes:
{{- if hasKey .Values.storage "app" }}
- name: app-mount
hostPath:
path: {{ .Values.storage.app.hostPath }}/app
- name: root-mount
hostPath:
path: {{ .Values.storage.app.hostPath }}/root
path: {{ .Values.storage.app.hostPath }}
#- name: root-mount
# hostPath:
# path: {{ .Values.storage.approot.hostPath }}
{{- end }}

0 comments on commit b296de6

Please sign in to comment.