prometheus operator v0.93.1

PrometheusAgent.spec.containers.livenessProbe.exec.command.spec.apiserverConfig.authorization

authorization section for the API server. Cannot be set at the same time as `basicAuth`, `bearerToken`, or `bearerTokenFile`.

3 fields
PrometheusAgent.spec.containers.livenessProbe.exec.command.spec.apiserverConfig.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"
credentialsFile
string

credentialsFile defines the file to read a secret from, mutually exclusive with `credentials`.

type
string

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