cetaitokavant
This commit is contained in:
parent
82431653c0
commit
88db2e2d52
@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
description: Helm chart for offlineimap
|
description: Helm chart for offlineimap
|
||||||
name: offlineimap
|
name: offlineimap
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.11
|
version: 0.0.12
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- offlineimap
|
- offlineimap
|
||||||
|
|||||||
@ -53,4 +53,8 @@ spec:
|
|||||||
value: {{ quote $value }}
|
value: {{ quote $value }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- with (include "common.controller.volumes" . | trim) }}
|
||||||
|
volumes:
|
||||||
|
{{- nindent 2 . }}
|
||||||
|
{{- end }}
|
||||||
@ -16,10 +16,12 @@ env:
|
|||||||
IMAP_PASS: TODO
|
IMAP_PASS: TODO
|
||||||
IMAP_SRV: TODO
|
IMAP_SRV: TODO
|
||||||
|
|
||||||
|
#TODO: useless ?
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
#TODO: useless ?
|
||||||
automountServiceAccountToken: false
|
automountServiceAccountToken: false
|
||||||
|
|
||||||
cronjob:
|
cronjob:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user