prometheus operator v0.71.2

Prometheus.spec.initContainers.lifecycle.preStop.httpGet.spec.remoteWrite.authorization

Authorization section for the URL. It requires Prometheus >= v2.26.0. Cannot be set at the same time as `sigv4`, `basicAuth`, `oauth2`, or `azureAd`.

3 fields
Prometheus.spec.initContainers.lifecycle.preStop.httpGet.spec.remoteWrite.authorization fields and descriptions
Field / TypeDescription
object

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

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

File to read a secret from, mutually exclusive with `credentials`.

type
string

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