cetaitokavant

This commit is contained in:
Julien Cabillot 2022-04-18 11:51:08 -04:00
parent 82431653c0
commit 88db2e2d52
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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 }}

View File

@ -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: