change templating for cluster naming

This commit is contained in:
2024-04-17 19:45:08 -06:00
parent d73c42fd42
commit 19fbd95a79
5 changed files with 18 additions and 3 deletions

View File

@@ -171,6 +171,9 @@ backup:
# Generate external cluster name, creates: postgresql-{{ .Release.Name }}-cluster-backup-index-{{ .Values.backups.backupIndex }}"
backupIndex: 1
# Name of the backup cluster in the object store, defaults to "cluster.name"
backupName: ""
wal:
# WAL compression method. One of `` (for no compression), `gzip`, `bzip2` or `snappy`.
compression: snappy