change check
All checks were successful
release-charts-postgres-cluster / release (push) Successful in 13s
All checks were successful
release-charts-postgres-cluster / release (push) Successful in 13s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: postgres-cluster
|
||||
version: 5.0.5
|
||||
version: 5.0.6
|
||||
description: Cloudnative-pg Cluster
|
||||
keywords:
|
||||
- database
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# postgres-cluster
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Cloudnative-pg Cluster
|
||||
|
||||
|
@@ -5,7 +5,7 @@ backup:
|
||||
barmanObjectStore:
|
||||
destinationPath: {{ .Values.backup.destinationPath }}
|
||||
endpointURL: {{ .Values.backup.endpointURL }}
|
||||
{{- if .Values.backup.endpointCA }}
|
||||
{{- if .Values.backup.endpointCA.name }}
|
||||
endpointCA:
|
||||
name: {{ .Values.backup.endpointCA.name }}
|
||||
key: {{ .Values.backup.endpointCA.key }}
|
||||
|
@@ -140,7 +140,7 @@ externalClusters:
|
||||
serverName: {{ include "cluster.recoveryServerName" . }}
|
||||
endpointURL: {{ .Values.recovery.objectStore.endpointURL }}
|
||||
destinationPath: {{ .Values.recovery.objectStore.destinationPath }}
|
||||
{{- if .Values.recovery.objectStore.endpointCA }}
|
||||
{{- if .Values.recovery.objectStore.endpointCA.name }}
|
||||
endpointCA:
|
||||
name: {{ .Values.recovery.objectStore.endpointCA.name }}
|
||||
key: {{ .Values.recovery.objectStore.endpointCA.key }}
|
||||
|
Reference in New Issue
Block a user