fuck
This commit is contained in:
parent
786e11266f
commit
7035865bb6
@ -3,7 +3,7 @@ apiVersion: v2
|
||||
description: Helm chart for offlineimap
|
||||
name: offlineimap
|
||||
type: application
|
||||
version: 0.0.16
|
||||
version: 0.0.17
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- offlineimap
|
||||
|
||||
@ -55,15 +55,10 @@ spec:
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
volumeMounts:
|
||||
# TODO: ici on pourrait essayer de simplement faire un include common.controller.volumeMounts
|
||||
- name: dump
|
||||
mountPath: /dump
|
||||
{{- with (include "common.controller.volumes" . | trim) }}
|
||||
volumes:
|
||||
{{- nindent 2 . }}
|
||||
{{- end }}
|
||||
# volumes:
|
||||
# - name: dump
|
||||
# hostPath:
|
||||
# path:
|
||||
# type:
|
||||
- name: dump
|
||||
hostPath:
|
||||
path: /data/volume-offlineimap
|
||||
type: ''
|
||||
@ -33,6 +33,7 @@ cronjob:
|
||||
successfulJobsHistoryLimit: 3
|
||||
failedJobsHistoryLimit: 5
|
||||
|
||||
# TODO: le prendre en compte :)
|
||||
persistence:
|
||||
dump:
|
||||
enabled: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user