prometheus operator v0.71.2

Prometheus.spec.volumes[].projected.sources.secret.spec.thanos.additionalArgs

AdditionalArgs allows setting additional arguments for the Thanos container. The arguments are passed as-is to the Thanos container which may cause issues if they are invalid or not supported the given Thanos 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.

2 fields
Prometheus.spec.volumes[].projected.sources.secret.spec.thanos.additionalArgs fields and descriptions
Field / TypeDescription
name
string required

Name of the argument, e.g. "scrape.discovery-reload-interval".

  • minLength: 1
value
string

Argument value, e.g. 30s. Can be empty for name-only arguments (e.g. --storage.tsdb.no-lockfile)