fix a minor naming mistake

This commit is contained in:
kjeld Schouten-Lebbing
2021-04-10 17:36:46 +02:00
parent 859466c1b4
commit 4d5c3e5214
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
name: common name: common
version: 2.1.0 version: 2.1.1
# upstream_version: # upstream_version:
appVersion: none appVersion: none
description: Function library for TrueCharts description: Function library for TrueCharts
+4 -4
View File
@@ -243,9 +243,9 @@ persistence:
# Special PVC instance, that does get affected by putting "persistence" into questions.yaml # Special PVC instance, that does get affected by putting "persistence" into questions.yaml
backupPersistence: backupPersistence:
buildinBackup: buildinbackup:
enabled: true enabled: true
nameOverride: "buildinBackup" nameOverride: buildinbackup
## configuration data Persistent Volume Storage Class ## configuration data Persistent Volume Storage Class
## If defined, storageClassName: <storageClass> ## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning ## If set to "-", storageClassName: "", which disables dynamic provisioning
@@ -374,8 +374,8 @@ dbsuperuser:
dbBackup: dbBackup:
# Enable backups to a PVC # Enable backups to a PVC
# defaults to our default buildinBackup PVC, but can be overridden in the future # defaults to our default buildinbackup PVC, but can be overridden in the future
existingClaim: buildinBackup existingClaim: buildinbackup
# -- Backup schedule for postgres dumps # -- Backup schedule for postgres dumps
schedule: "@daily" schedule: "@daily"
# -- Persistent volume claim subpath prefix for the backups # -- Persistent volume claim subpath prefix for the backups