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