rollback, on rajoute les volumes à la main mais va fail car pas de pvc
This commit is contained in:
parent
f854bfe184
commit
768c1d4bd3
@ -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.13
|
version: 0.0.15
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- offlineimap
|
- offlineimap
|
||||||
|
|||||||
@ -1,4 +1,10 @@
|
|||||||
{{/* Make sure all variables are set properly */}}
|
{{/* Make sure all variables are set properly */}}
|
||||||
{{- include "common.values.setup" . }}
|
{{- include "common.values.setup" . }}
|
||||||
|
|
||||||
{{ include "common.all" . }}
|
{{/* custom render */}}
|
||||||
|
|
||||||
|
{{- include "common.pvc" . }}
|
||||||
|
|
||||||
|
{{- if .Values.secret -}}
|
||||||
|
{{ include "common.secret" . | nindent 0 }}
|
||||||
|
{{- end -}}
|
||||||
@ -54,7 +54,10 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with (include "common.controller.volumes" . | trim) }}
|
volumeMounts:
|
||||||
|
- name: dump
|
||||||
|
mountPath: /dump
|
||||||
volumes:
|
volumes:
|
||||||
{{- nindent 2 . }}
|
- name: dump
|
||||||
{{- end }}
|
persistentVolumeClaim:
|
||||||
|
claimName: {{ include "common.names.fullname" . }}-dump
|
||||||
Loading…
x
Reference in New Issue
Block a user