Compare commits

..

1 Commits

Author SHA1 Message Date
031b1dec3a fix linting 2024-02-10 11:34:47 -07:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: postgres-cluster
version: 0.0.1
version: 0.0.2
description: Chart for cloudnative-pg cluster
keywords:
- database

View File

@@ -66,7 +66,7 @@ spec:
barmanObjectStore:
destinationPath: "s3://{{ .Values.backup.bucket }}/{{ .Values.cluster.name }}/postgresql/{{ .Release.Name }}-cluster"
endpointURL: {{ .Values.backup.endpointURL }}
serverName: "postgresql-{{ .Release.Name }}-cluster-backup-index-{{ .Values.postgresql.backup.backupIndex }}"
serverName: "postgresql-{{ .Release.Name }}-cluster-backup-index-{{ .Values.backup.backupIndex }}"
s3Credentials:
accessKeyId:
name: "postgresql-{{ .Release.Name }}-cluster-backup-secret"

View File

@@ -20,7 +20,7 @@ cluster:
wal:
storageClass: ceph-block
size: 2Gi
boostrap:
bootstrap:
initdbEnabled: false
initdb:
database: app