1
0
Fork 0

updated pvc creation of postgres

This commit is contained in:
sido 2018-09-26 17:39:47 +02:00
parent b201117f9a
commit aaad66b40f
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.0"
description: MOLGENIS - helm stack (in BETA)
name: molgenis
version: 0.4.1
version: 0.4.2
sources:
- https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm.git
icon: https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm/raw/master/molgenis/catalogIcon-molgenis.svg

View File

@ -1,4 +1,5 @@
{{- if .Values.molgenis.services.postgres.embedded and .Values.persistence.enabled }}
{{- if .Values.molgenis.services.postgres.embedded }}
{{- if .Values.persistence.enabled }}
apiVersion: extensions/v1beta1
kind: PersistentVolumeClaim
apiVersion: v1
@ -16,4 +17,5 @@ spec:
resources:
requests:
storage: {{ .Values.postgres.persistence.size }}
{{- end }}
{{- end }}