prometheus operator v0.93.1

Alertmanager.spec.initContainers.env.valueFrom.secretKeyRef.spec.additionalArgs

additionalArgs allows setting additional arguments for the 'Alertmanager' 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 Alertmanager container which may cause issues if they are invalid or not supported by the given Alertmanager version.

2 fields
Alertmanager.spec.initContainers.env.valueFrom.secretKeyRef.spec.additionalArgs fields and descriptions
Field / TypeDescription
name
string required

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

  • minLength: 1
value
string

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