From 43a04b070654a830dc6615a12c0665820943c32d Mon Sep 17 00:00:00 2001 From: Emilien Devos Date: Fri, 1 Dec 2023 11:56:24 +0100 Subject: [PATCH] fixing incorrect specification for pvc --- georchestra-backup-ldap/Chart.yaml | 2 +- georchestra-backup-ldap/templates/pvc.yaml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/georchestra-backup-ldap/Chart.yaml b/georchestra-backup-ldap/Chart.yaml index f56ad79..3627088 100644 --- a/georchestra-backup-ldap/Chart.yaml +++ b/georchestra-backup-ldap/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/georchestra-backup-ldap/templates/pvc.yaml b/georchestra-backup-ldap/templates/pvc.yaml index 34e8008..415707d 100644 --- a/georchestra-backup-ldap/templates/pvc.yaml +++ b/georchestra-backup-ldap/templates/pvc.yaml @@ -11,10 +11,6 @@ spec: {{- range .Values.persistence.accessModes }} - {{ . | quote }} {{- end }} - storageClassName: "" - selector: - matchLabels: - {{- include "georchestra-backup-ldap.selectorLabels" . | nindent 6 }} resources: requests: storage: {{ .Values.persistence.size }}