X-Git-Url: https://git.arvados.org/arvados-k8s.git/blobdiff_plain/5236aa391c0e93691f4543bc06f204592513cbf1..078bff034636540debefe9c12f01a1443ec0d499:/charts/arvados/templates/postgres-pvc.yaml diff --git a/charts/arvados/templates/postgres-pvc.yaml b/charts/arvados/templates/postgres-pvc.yaml deleted file mode 100644 index 85bcbc2..0000000 --- a/charts/arvados/templates/postgres-pvc.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright (C) The Arvados Authors. All rights reserved. -# -# SPDX-License-Identifier: Apache-2.0 - -{{- if .Values.postgres.persistence.enabled }} -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: {{ .Release.Name }}-postgres-pvc - labels: - app: {{ template "arvados.name" . }} - chart: {{ template "arvados.chart" . }} - release: {{ .Release.Name }} - heritage: {{ .Release.Service }} -spec: - storageClassName: {{ .Values.postgres.persistence.storageClass }} - accessModes: - - ReadWriteOnce - resources: - requests: - storage: {{ .Values.postgres.persistence.size }} -{{- end }} \ No newline at end of file