We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ff40f commit e30c7e8Copy full SHA for e30c7e8
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Fixed
11
+
12
+- Only render plugin field of postgresql cluster if backup is enabled in the values.
13
14
## [2.28.1] - 2025-12-03
15
16
### Fixed
helm/grafana/templates/cnpg/cluster.yaml
@@ -35,6 +35,7 @@ spec:
35
{{- end }}
36
plugins:
37
- name: barman-cloud.cloudnative-pg.io
38
+ enabled: {{ .Values.postgresqlCluster.backup.enabled }}
39
isWALArchiver: true
40
parameters:
41
barmanObjectName: {{ .Values.postgresqlCluster.name }}-objectstore-backup
0 commit comments