Compare commits
2 Commits
postgres-c
...
postgres-c
Author | SHA1 | Date | |
---|---|---|---|
cb5c199d03 | |||
df4bb2acd7 |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: postgres-cluster
|
name: postgres-cluster
|
||||||
version: 6.0.7
|
version: 6.0.9
|
||||||
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
|
||||||
|
|
||||||
|
@@ -14,10 +14,10 @@ spec:
|
|||||||
configuration:
|
configuration:
|
||||||
destinationPath: {{ $context.destinationPath }}
|
destinationPath: {{ $context.destinationPath }}
|
||||||
endpointURL: {{ $context.endpointURL }}
|
endpointURL: {{ $context.endpointURL }}
|
||||||
{{- if not (empty $context.endpointCA.name) }}
|
{{- if .endpointCA.enabled }}
|
||||||
endpointCA:
|
endpointCA:
|
||||||
name: {{ $context.endpointCA.name }}
|
name: {{ .endpointCA.name }}
|
||||||
key: {{ $context.endpointCA.key }}
|
key: {{ .endpointCA.key }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if not (empty $context.clusterName) }}
|
{{- if not (empty $context.clusterName) }}
|
||||||
serverName: "{{ $context.clusterName }}-backup-{{ $context.index }}"
|
serverName: "{{ $context.clusterName }}-backup-{{ $context.index }}"
|
||||||
@@ -67,7 +67,7 @@ spec:
|
|||||||
configuration:
|
configuration:
|
||||||
destinationPath: {{ .Values.recovery.objectStore.destinationPath }}
|
destinationPath: {{ .Values.recovery.objectStore.destinationPath }}
|
||||||
endpointURL: {{ .Values.recovery.objectStore.endpointURL }}
|
endpointURL: {{ .Values.recovery.objectStore.endpointURL }}
|
||||||
{{- if not (empty .Values.recovery.objectStore.endpointCA.name) }}
|
{{- if .Values.recovery.objectStore.endpointCA.enabled }}
|
||||||
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 }}
|
||||||
|
Reference in New Issue
Block a user