Compare commits

...

1 Commits

Author SHA1 Message Date
2b9ea0bcdb fix bootstrap switch 2024-03-14 06:32:41 -06:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -38,7 +38,7 @@ spec:
{{- toYaml .Values.bootstrap.initdb | nindent 6 }} {{- toYaml .Values.bootstrap.initdb | nindent 6 }}
{{- end }} {{- end }}
{{- if .Values.backup.recoveryEnabled }} {{- if .Values.bootstrap.recoveryEnabled }}
bootstrap: bootstrap:
recovery: recovery:
source: "postgresql-{{ .Release.Name }}-cluster-backup-index-{{ .Values.bootstrap.recoveryIndex }}" source: "postgresql-{{ .Release.Name }}-cluster-backup-index-{{ .Values.bootstrap.recoveryIndex }}"