We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c6e2b commit 1a878d8Copy full SHA for 1a878d8
charts/ext-postgres-operator/templates/pod-monitor.yaml
@@ -1,4 +1,4 @@
1
-{{- if and (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1") ( .Values.podMonitor ) }}
+{{- if and (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1") ( .Values.podMonitor.enabled ) }}
2
apiVersion: monitoring.coreos.com/v1
3
kind: PodMonitor
4
metadata:
0 commit comments