prometheus operator v0.71.2

Prometheus.spec.ruleNamespaceSelector.matchExpressions.values.spec.alerting.alertmanagers.basicAuth

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

2 fields
Prometheus.spec.ruleNamespaceSelector.matchExpressions.values.spec.alerting.alertmanagers.basicAuth fields and descriptions
Field / TypeDescription
object

`password` specifies a key of a Secret containing the password for authentication.

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

`username` specifies a key of a Secret containing the username for authentication.

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