.
This commit is contained in:
parent
88fca8dbbd
commit
59667ca809
@ -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.7
|
version: 0.0.8
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- offlineimap
|
- offlineimap
|
||||||
|
|||||||
@ -8,6 +8,3 @@
|
|||||||
{{- if .Values.secret -}}
|
{{- if .Values.secret -}}
|
||||||
{{ include "common.secret" . | nindent 0 }}
|
{{ include "common.secret" . | nindent 0 }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
{{- include "common.cronjob" . }}
|
|
||||||
|
|
||||||
|
|||||||
@ -27,46 +27,3 @@ spec:
|
|||||||
- name: {{ include "common.names.fullname" . }}
|
- name: {{ include "common.names.fullname" . }}
|
||||||
image: {{ printf "%s:%s" .Values.image.repository (default .Chart.AppVersion .Values.image.tag) | quote }}
|
image: {{ printf "%s:%s" .Values.image.repository (default .Chart.AppVersion .Values.image.tag) | quote }}
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
# {{- with .Values.env }}
|
|
||||||
# env:
|
|
||||||
# {{- range $k, $v := . }}
|
|
||||||
# {{- $name := $k }}
|
|
||||||
# {{- $value := $v }}
|
|
||||||
# {{- if kindIs "int" $name }}
|
|
||||||
# {{- $name = required "environment variables as a list of maps require a name field" $value.name }}
|
|
||||||
# {{- end }}
|
|
||||||
# - name: {{ quote $name }}
|
|
||||||
# {{- if kindIs "map" $value -}}
|
|
||||||
# {{- if hasKey $value "value" }}
|
|
||||||
# {{- $value = $value.value -}}
|
|
||||||
# {{- else if hasKey $value "valueFrom" }}
|
|
||||||
# {{- toYaml $value | nindent 6 }}
|
|
||||||
# {{- else }}
|
|
||||||
# {{- dict "valueFrom" $value | toYaml | nindent 6 }}
|
|
||||||
# {{- end }}
|
|
||||||
# {{- end }}
|
|
||||||
# {{- if not (kindIs "map" $value) }}
|
|
||||||
# {{- if kindIs "string" $value }}
|
|
||||||
# {{- $value = tpl $value $ }}
|
|
||||||
# {{- end }}
|
|
||||||
# value: {{ quote $value }}
|
|
||||||
# {{- end }}
|
|
||||||
# {{- end }}
|
|
||||||
# {{- end }}
|
|
||||||
# envFrom:
|
|
||||||
# {{- with .Values.envFrom }}
|
|
||||||
# {{- toYaml . | nindent 4 }}
|
|
||||||
# {{- end }}
|
|
||||||
# {{- if .Values.secret }}
|
|
||||||
# - secretRef:
|
|
||||||
# name: {{ include "common.names.fullname" . }}
|
|
||||||
# {{- end }}
|
|
||||||
# {{- end }}
|
|
||||||
# {{- with (include "common.controller.volumeMounts" . | trim) }}
|
|
||||||
# volumeMounts:
|
|
||||||
# {{- nindent 4 . }}
|
|
||||||
# {{- end }}
|
|
||||||
# {{- with (include "common.controller.volumes" . | trim) }}
|
|
||||||
# volumes:
|
|
||||||
# {{- nindent 2 . }}
|
|
||||||
# {{- end }}
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user