ektravel commented on code in PR #14637:
URL: https://github.com/apache/druid/pull/14637#discussion_r1300339564
##########
docs/development/extensions-contrib/k8s-jobs.md:
##########
@@ -81,7 +81,7 @@ Additional Configuration
|`druid.indexer.runner.javaOptsArray`|`JsonArray`|java opts for the
task.|`-Xmx1g`|No|
|`druid.indexer.runner.labels`|`JsonObject`|Additional labels you want to add
to peon pod|`{}`|No|
|`druid.indexer.runner.annotations`|`JsonObject`|Additional annotations you
want to add to peon pod|`{}`|No|
-|`druid.indexer.runner.peonMonitors`|`JsonArray`|Overrides
`druid.monitoring.monitors`. Use this property if you don't want to inherit
monitors from the Overlord.|`[]`|No|
+|`druid.indexer.runner.peonMonitors`|`JsonArray`|Overrides peon pod's
`druid_monitoring_monitors` environment variable. Use this property if you
don't want to inherit monitors from the Overlord.|`[]`|No|
Review Comment:
```suggestion
|`druid.indexer.runner.peonMonitors`|`JsonArray`|Overrides the
`druid.monitoring.monitors` environment variable of a peon pod. Use this
property if you don't want to inherit monitors from the Overlord.|`[]`|No|
```
configure monitors
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]