fix boolean
All checks were successful
release-charts-postgres-cluster / release (push) Successful in 39s

This commit is contained in:
2025-05-24 02:15:47 -05:00
parent 8d67cc9209
commit a7150e1d20
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ spec:
{{- end }}
postgresUID: {{ include "cluster.postgresUID" . }}
postgresGID: {{ include "cluster.postgresGID" . }}
{{ if or (and (.Values.backup.enabled) (eq .Values.backup.method "objectStore")) (eq .Values.recovery.method "objectStore") }}
{{ if or (eq .Values.backup.method "objectStore") (eq .Values.recovery.method "objectStore") }}
plugins:
{{ end }}
{{ if and (.Values.backup.enabled) (eq .Values.backup.method "objectStore") }}