From 4d5c3e5214443f5419deb48c89afe285c8ff43c5 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 10 Apr 2021 17:36:46 +0200 Subject: [PATCH] fix a minor naming mistake --- library/common/Chart.yaml | 2 +- library/common/values.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/library/common/Chart.yaml b/library/common/Chart.yaml index 89d7b26e27e..806f79b1bc9 100644 --- a/library/common/Chart.yaml +++ b/library/common/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: common -version: 2.1.0 +version: 2.1.1 # upstream_version: appVersion: none description: Function library for TrueCharts diff --git a/library/common/values.yaml b/library/common/values.yaml index e89a5fe68ea..dd536472d3c 100644 --- a/library/common/values.yaml +++ b/library/common/values.yaml @@ -243,9 +243,9 @@ persistence: # Special PVC instance, that does get affected by putting "persistence" into questions.yaml backupPersistence: - buildinBackup: + buildinbackup: enabled: true - nameOverride: "buildinBackup" + nameOverride: buildinbackup ## configuration data Persistent Volume Storage Class ## If defined, storageClassName: ## If set to "-", storageClassName: "", which disables dynamic provisioning @@ -374,8 +374,8 @@ dbsuperuser: dbBackup: # Enable backups to a PVC - # defaults to our default buildinBackup PVC, but can be overridden in the future - existingClaim: buildinBackup + # defaults to our default buildinbackup PVC, but can be overridden in the future + existingClaim: buildinbackup # -- Backup schedule for postgres dumps schedule: "@daily" # -- Persistent volume claim subpath prefix for the backups