Skip to content

Commit 5da6157

Browse files
committed
fix: updated objectstore condition based on the new configuration options
Signed-off-by: Itay Grudev <itay@verito.digital>
1 parent fa31bef commit 5da6157

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/cluster/templates/backup-objectstore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if and .Values.backups.enabled (eq (include "cluster.barmanPluginEnabled" .) "true") }}
1+
{{- if eq (include "cluster.barmanPluginRequired" .) "true" }}
22
apiVersion: barmancloud.cnpg.io/v1
33
kind: ObjectStore
44
metadata:

0 commit comments

Comments
 (0)