Compare commits

..

1 Commits

Author SHA1 Message Date
d02f649164 remove default option in bootstrap helper 2024-04-18 03:27:00 -06:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -26,7 +26,7 @@ bootstrap:
import:
type: {{ .Values.replica.importType }}
databases:
{{- if and (gt (len .Values.replica.importDatabases) 1) (eq (default .Values.replica.importType "microservice") "microservice") }}
{{- if and (gt (len .Values.replica.importDatabases) 1) (eq .Values.replica.importType "microservice") }}
{{ fail "Too many databases in import type of microservice!" }}
{{- else}}
{{- with .Values.replica.importDatabases }}