You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/charts/csi-driver/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The TCP port on which the metrics server will listen.
27
27
> false
28
28
> ```
29
29
30
-
Create a PodMonitor to add csi-driver to Prometheus.
30
+
Create a PodMonitor to add csi-driver to Prometheus if you are using Prometheus Operator. See https://prometheus-operator.dev/docs/operator/api/#monitoring.coreos.com/v1.PodMonitor
31
31
#### **metrics.podmonitor.namespace** ~ `string`
32
32
33
33
The namespace that the pod monitor should live in, defaults to the cert-manager-csi-driver namespace.
Copy file name to clipboardExpand all lines: deploy/charts/csi-driver/values.schema.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -300,7 +300,7 @@
300
300
},
301
301
"helm-values.metrics.podmonitor.enabled": {
302
302
"default": false,
303
-
"description": "Create a PodMonitor to add csi-driver to Prometheus.",
303
+
"description": "Create a PodMonitor to add csi-driver to Prometheus if you are using Prometheus Operator. See https://prometheus-operator.dev/docs/operator/api/#monitoring.coreos.com/v1.PodMonitor",
0 commit comments