prometheus operator v0.93.1

Prometheus.spec.alerting.alertmanagers[].basicAuth

basicAuth configuration for Alertmanager. Cannot be set at the same time as `bearerTokenFile`, `authorization` or `sigv4`.

2 fields
Prometheus.spec.alerting.alertmanagers[].basicAuth fields and descriptions
Field / TypeDescription
object

password defines a key of a Secret containing the password for authentication.

  • x-kubernetes-map-type: "atomic"
object

username defines a key of a Secret containing the username for authentication.

  • x-kubernetes-map-type: "atomic"