Disable backup PVC by default (due to CI issues)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: common-test
|
name: common-test
|
||||||
version: 2.0.2
|
version: 2.0.3
|
||||||
# upstream_version:
|
# upstream_version:
|
||||||
appVersion: none
|
appVersion: none
|
||||||
description: Helper chart to test different use cases of the common library
|
description: Helper chart to test different use cases of the common library
|
||||||
|
|||||||
@@ -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.3
|
version: 2.1.4
|
||||||
# upstream_version:
|
# upstream_version:
|
||||||
appVersion: none
|
appVersion: none
|
||||||
description: Function library for TrueCharts
|
description: Function library for TrueCharts
|
||||||
|
|||||||
@@ -244,7 +244,7 @@ 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: false
|
||||||
nameOverride: buildinbackup
|
nameOverride: buildinbackup
|
||||||
## configuration data Persistent Volume Storage Class
|
## configuration data Persistent Volume Storage Class
|
||||||
## If defined, storageClassName: <storageClass>
|
## If defined, storageClassName: <storageClass>
|
||||||
@@ -375,7 +375,7 @@ 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:
|
||||||
# -- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user