prometheus operator v0.71.2
ThanosRuler.spec.volumes[].downwardAPI.items.fieldRef.spec.additionalArgs
AdditionalArgs allows setting additional arguments for the ThanosRuler container. It is intended for e.g. activating hidden flags which are not supported by the dedicated configuration options yet. The arguments are passed as-is to the ThanosRuler container which may cause issues if they are invalid or not supported by the given ThanosRuler version. In case of an argument conflict (e.g. an argument which is already set by the operator itself) or when providing an invalid argument the reconciliation will fail and an error will be logged.
| Field / Type | Description |
|---|---|
name | Name of the argument, e.g. "scrape.discovery-reload-interval".
|
value | Argument value, e.g. 30s. Can be empty for name-only arguments (e.g. --storage.tsdb.no-lockfile) |