This commit is contained in:
Julien Cabillot 2022-04-18 11:57:40 -04:00
parent 88db2e2d52
commit f854bfe184
4 changed files with 6 additions and 9 deletions

View File

@ -3,7 +3,7 @@ apiVersion: v2
description: Helm chart for offlineimap
name: offlineimap
type: application
version: 0.0.12
version: 0.0.13
kubeVersion: ">=1.16.0-0"
keywords:
- offlineimap

View File

@ -1,10 +1,4 @@
{{/* Make sure all variables are set properly */}}
{{- include "common.values.setup" . }}
{{/* custom render */}}
{{- include "common.pvc" . }}
{{- if .Values.secret -}}
{{ include "common.secret" . | nindent 0 }}
{{- end -}}
{{ include "common.all" . }}

View File

@ -57,4 +57,4 @@ spec:
{{- with (include "common.controller.volumes" . | trim) }}
volumes:
{{- nindent 2 . }}
{{- end }}
{{- end }}

View File

@ -21,6 +21,9 @@ ingress:
main:
enabled: false
controller:
enabled: false
#TODO: useless ?
automountServiceAccountToken: false