Skip to content

Commit 1a878d8

Browse files
Apply suggestion from @pcallewaert
Co-authored-by: Pieter C <pieter@buca.be>
1 parent d4c6e2b commit 1a878d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/ext-postgres-operator/templates/pod-monitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if and (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1") ( .Values.podMonitor ) }}
1+
{{- if and (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1") ( .Values.podMonitor.enabled ) }}
22
apiVersion: monitoring.coreos.com/v1
33
kind: PodMonitor
44
metadata:

0 commit comments

Comments
 (0)