ektravel commented on code in PR #13804:
URL: https://github.com/apache/druid/pull/13804#discussion_r1119053790
##########
docs/development/extensions-contrib/k8s-jobs.md:
##########
@@ -66,6 +66,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`|An override for the
`druid.monitoring.monitors`, For the situation you have monitors setup, and do
not want to inherit those from the overlord.|`[]`|No|
Review Comment:
```suggestion
|`druid.indexer.runner.peonMonitors`|`JsonArray`|Overrides
`druid.monitoring.monitors`. Use this property if you don't want to inherit
monitors from the overlord.|`[]`|No|
```
--
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]