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 apiVersion: v2
name: postgres-cluster name: postgres-cluster
version: 0.0.1 version: 0.0.2
description: Chart for cloudnative-pg cluster description: Chart for cloudnative-pg cluster
keywords: keywords:
- database - database

View File

@@ -66,7 +66,7 @@ spec:
barmanObjectStore: barmanObjectStore:
destinationPath: "s3://{{ .Values.backup.bucket }}/{{ .Values.cluster.name }}/postgresql/{{ .Release.Name }}-cluster" destinationPath: "s3://{{ .Values.backup.bucket }}/{{ .Values.cluster.name }}/postgresql/{{ .Release.Name }}-cluster"
endpointURL: {{ .Values.backup.endpointURL }} 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: s3Credentials:
accessKeyId: accessKeyId:
name: "postgresql-{{ .Release.Name }}-cluster-backup-secret" name: "postgresql-{{ .Release.Name }}-cluster-backup-secret"

View File

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