fix: external clusters incorrect yaml
All checks were successful
lint-and-test / lint-helm (push) Successful in 13s
release-charts-postgres-cluster / release (push) Successful in 23s
release-charts-cloudflared / release (push) Successful in 35s
lint-and-test / chart-testing (push) Successful in 1m1s
renovate / renovate (push) Successful in 1m10s
All checks were successful
lint-and-test / lint-helm (push) Successful in 13s
release-charts-postgres-cluster / release (push) Successful in 23s
release-charts-cloudflared / release (push) Successful in 35s
lint-and-test / chart-testing (push) Successful in 1m1s
renovate / renovate (push) Successful in 1m10s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: postgres-cluster
|
||||
version: 7.5.1
|
||||
version: 7.6.0
|
||||
description: Cloudnative-pg Cluster
|
||||
keywords:
|
||||
- database
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# postgres-cluster
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Cloudnative-pg Cluster
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{{- define "cluster.externalClusters" -}}
|
||||
externalClusters:
|
||||
{{- if eq .Values.mode "standalone" }}
|
||||
{{- else if eq .Values.mode "recovery" }}
|
||||
externalClusters:
|
||||
{{- if eq .Values.recovery.method "import" }}
|
||||
- name: importSource
|
||||
{{- include "cluster.externalSourceCluster" .Values.recovery.import.source | nindent 4 }}
|
||||
|
||||
Reference in New Issue
Block a user