updated pvc creation of postgres
This commit is contained in:
parent
b201117f9a
commit
aaad66b40f
@ -2,7 +2,7 @@ apiVersion: v1
|
|||||||
appVersion: "1.0"
|
appVersion: "1.0"
|
||||||
description: MOLGENIS - helm stack (in BETA)
|
description: MOLGENIS - helm stack (in BETA)
|
||||||
name: molgenis
|
name: molgenis
|
||||||
version: 0.4.1
|
version: 0.4.2
|
||||||
sources:
|
sources:
|
||||||
- https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm.git
|
- 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
|
icon: https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm/raw/master/molgenis/catalogIcon-molgenis.svg
|
@ -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
|
apiVersion: extensions/v1beta1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
@ -17,3 +18,4 @@ spec:
|
|||||||
requests:
|
requests:
|
||||||
storage: {{ .Values.postgres.persistence.size }}
|
storage: {{ .Values.postgres.persistence.size }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- end }}
|
Loading…
x
Reference in New Issue
Block a user