fix if statement
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: postgres-cluster
|
name: postgres-cluster
|
||||||
version: 6.6.2
|
version: 6.6.3
|
||||||
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
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ spec:
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
maxParallel: {{ .wal.maxParallel | default "1" }}
|
maxParallel: {{ .wal.maxParallel | default "1" }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .wal }}
|
{{- if .data }}
|
||||||
data:
|
data:
|
||||||
compression: {{ .data.compression | default "snappy" }}
|
compression: {{ .data.compression | default "snappy" }}
|
||||||
{{- with .data.encryption }}
|
{{- with .data.encryption }}
|
||||||
|
|||||||
Reference in New Issue
Block a user