prometheus operator v0.93.1

Prometheus.spec.initContainers[].env.valueFrom.fileKeyRef.spec.alerting.alertmanagers.authorization

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

2 fields
Prometheus.spec.initContainers[].env.valueFrom.fileKeyRef.spec.alerting.alertmanagers.authorization fields and descriptions
Field / TypeDescription
object

credentials defines a key of a Secret in the namespace that contains the credentials for authentication.

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

type defines the authentication type. The value is case-insensitive. "Basic" is not a supported value. Default: "Bearer"