Skip to content

Commit 7c43d45

Browse files
committed
addingn unnecessary documentation
Signed-off-by: Tom Kennes <[email protected]>
1 parent 0f835cc commit 7c43d45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

keda/values.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ prometheus:
368368
serviceMonitor:
369369
# Enables ServiceMonitor creation for the Prometheus Operator
370370
enabled: false
371+
# Annotations specific for the servicemonitor of the metricServer
371372
annotations: {}
372373
jobLabel:
373374
targetLabels: []
@@ -382,6 +383,7 @@ prometheus:
382383
podMonitor:
383384
# Enables PodMonitor creation for the Prometheus Operator
384385
enabled: false
386+
# Annotations specific for the podmnitor of the metricServer
385387
annotations: {}
386388
interval:
387389
scrapeTimeout:
@@ -394,6 +396,7 @@ prometheus:
394396
serviceMonitor:
395397
# Enables ServiceMonitor creation for the Prometheus Operator
396398
enabled: false
399+
# Annotations specific for the servicemonitor of the operator
397400
annotations: {}
398401
jobLabel:
399402
targetLabels: []
@@ -434,6 +437,7 @@ prometheus:
434437
serviceMonitor:
435438
# Enables ServiceMonitor creation for the Prometheus webhooks
436439
enabled: false
440+
# Annotations specific for the servicemonitor of the webhooks
437441
annotations: {}
438442
jobLabel:
439443
targetLabels: []

0 commit comments

Comments
 (0)