test avec la lib
This commit is contained in:
parent
768c1d4bd3
commit
786e11266f
@ -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.15
|
version: 0.0.16
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- offlineimap
|
- offlineimap
|
||||||
|
|||||||
@ -3,8 +3,6 @@
|
|||||||
|
|
||||||
{{/* custom render */}}
|
{{/* custom render */}}
|
||||||
|
|
||||||
{{- include "common.pvc" . }}
|
|
||||||
|
|
||||||
{{- if .Values.secret -}}
|
{{- if .Values.secret -}}
|
||||||
{{ include "common.secret" . | nindent 0 }}
|
{{ include "common.secret" . | nindent 0 }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
@ -55,9 +55,15 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
# TODO: ici on pourrait essayer de simplement faire un include common.controller.volumeMounts
|
||||||
- name: dump
|
- name: dump
|
||||||
mountPath: /dump
|
mountPath: /dump
|
||||||
|
{{- with (include "common.controller.volumes" . | trim) }}
|
||||||
volumes:
|
volumes:
|
||||||
- name: dump
|
{{- nindent 2 . }}
|
||||||
persistentVolumeClaim:
|
{{- end }}
|
||||||
claimName: {{ include "common.names.fullname" . }}-dump
|
# volumes:
|
||||||
|
# - name: dump
|
||||||
|
# hostPath:
|
||||||
|
# path:
|
||||||
|
# type:
|
||||||
Loading…
x
Reference in New Issue
Block a user