1
0
Fork 0

added volumes

This commit is contained in:
sido 2018-09-10 22:00:51 +02:00
parent 59d99deab5
commit bfb2e45877
1 changed files with 6 additions and 6 deletions

View File

@ -68,13 +68,13 @@ spec:
periodSeconds: 5
resources:
{{ toYaml .resources | indent 12 }}
{{- if .persistence.enabled -}}
volumes:
- name: molgenis-nfs
persistentVolumeClaim:
claimName: {{ .persistence.name }}
{{- end }}
{{- end }}
{{- if .persistence.enabled }}
volumes:
- name: molgenis-nfs
persistentVolumeClaim:
claimName: {{ .persistence.name }}
{{- end }}
- name: elasticsearch
{{- with .Values.elasticsearch }}