Compare commits
2 Commits
postgres-c
...
postgres-c
Author | SHA1 | Date | |
---|---|---|---|
336a6f2815 | |||
406737ed6a |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: postgres-cluster
|
name: postgres-cluster
|
||||||
version: 5.0.4
|
version: 5.0.6
|
||||||
description: Cloudnative-pg Cluster
|
description: Cloudnative-pg Cluster
|
||||||
keywords:
|
keywords:
|
||||||
- database
|
- database
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# postgres-cluster
|
# postgres-cluster
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Cloudnative-pg Cluster
|
Cloudnative-pg Cluster
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@ backup:
|
|||||||
barmanObjectStore:
|
barmanObjectStore:
|
||||||
destinationPath: {{ .Values.backup.destinationPath }}
|
destinationPath: {{ .Values.backup.destinationPath }}
|
||||||
endpointURL: {{ .Values.backup.endpointURL }}
|
endpointURL: {{ .Values.backup.endpointURL }}
|
||||||
{{- if .Values.backup.endpointCA }}
|
{{- if .Values.backup.endpointCA.name }}
|
||||||
endpointCA:
|
endpointCA:
|
||||||
name: {{ .Values.backup.endpointCA.name }}
|
name: {{ .Values.backup.endpointCA.name }}
|
||||||
key: {{ .Values.backup.endpointCA.key }}
|
key: {{ .Values.backup.endpointCA.key }}
|
||||||
|
@@ -140,7 +140,7 @@ externalClusters:
|
|||||||
serverName: {{ include "cluster.recoveryServerName" . }}
|
serverName: {{ include "cluster.recoveryServerName" . }}
|
||||||
endpointURL: {{ .Values.recovery.objectStore.endpointURL }}
|
endpointURL: {{ .Values.recovery.objectStore.endpointURL }}
|
||||||
destinationPath: {{ .Values.recovery.objectStore.destinationPath }}
|
destinationPath: {{ .Values.recovery.objectStore.destinationPath }}
|
||||||
{{- if .Values.recovery.objectStore.endpointCA }}
|
{{- if .Values.recovery.objectStore.endpointCA.name }}
|
||||||
endpointCA:
|
endpointCA:
|
||||||
name: {{ .Values.recovery.objectStore.endpointCA.name }}
|
name: {{ .Values.recovery.objectStore.endpointCA.name }}
|
||||||
key: {{ .Values.recovery.objectStore.endpointCA.key }}
|
key: {{ .Values.recovery.objectStore.endpointCA.key }}
|
||||||
|
@@ -14,6 +14,6 @@ spec:
|
|||||||
schedule: {{ .schedule | quote }}
|
schedule: {{ .schedule | quote }}
|
||||||
backupOwnerReference: {{ .backupOwnerReference }}
|
backupOwnerReference: {{ .backupOwnerReference }}
|
||||||
cluster:
|
cluster:
|
||||||
name: {{ include "cluster.name" $context }}
|
name: {{ include "cluster.name" $context }}-cluster
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Reference in New Issue
Block a user