From 031b1dec3a2b0f434cc8b7f72221b44b8016dd8f Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 10 Feb 2024 11:34:47 -0700 Subject: [PATCH] fix linting --- charts/postgres-cluster/Chart.yaml | 2 +- charts/postgres-cluster/templates/postgresql-cluster.yaml | 2 +- charts/postgres-cluster/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/postgres-cluster/Chart.yaml b/charts/postgres-cluster/Chart.yaml index 3375b5c..aae3335 100644 --- a/charts/postgres-cluster/Chart.yaml +++ b/charts/postgres-cluster/Chart.yaml @@ -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 diff --git a/charts/postgres-cluster/templates/postgresql-cluster.yaml b/charts/postgres-cluster/templates/postgresql-cluster.yaml index e1af00d..3d642a8 100644 --- a/charts/postgres-cluster/templates/postgresql-cluster.yaml +++ b/charts/postgres-cluster/templates/postgresql-cluster.yaml @@ -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" diff --git a/charts/postgres-cluster/values.yaml b/charts/postgres-cluster/values.yaml index 25a6e13..24f28c5 100644 --- a/charts/postgres-cluster/values.yaml +++ b/charts/postgres-cluster/values.yaml @@ -20,7 +20,7 @@ cluster: wal: storageClass: ceph-block size: 2Gi -boostrap: +bootstrap: initdbEnabled: false initdb: database: app