Skip to content

Commit

Permalink
Update app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusAhlfors authored Nov 6, 2024
1 parent 2156648 commit ed91e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .diploi/helm/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ spec:
# mountPath: /root
{{- end }}
volumes:
{{- if hasKey .Values.storage "app" }}
{{- if hasKey .Values.storage "code" }}
- name: app-mount
hostPath:
path: {{ .Values.storage.app.hostPath }}
path: {{ .Values.storage.code.hostPath }}
#- name: root-mount
# hostPath:
# path: {{ .Values.storage.approot.hostPath }}
Expand Down

0 comments on commit ed91e84

Please sign in to comment.