fix if statement

This commit is contained in:
2025-10-02 21:04:09 -05:00
parent 01bcb37e45
commit bf18a84ea2
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ spec:
{{ end }}
maxParallel: {{ .wal.maxParallel | default "1" }}
{{- end }}
{{- if .wal }}
{{- if .data }}
data:
compression: {{ .data.compression | default "snappy" }}
{{- with .data.encryption }}