prometheus operator v0.93.1

PrometheusAgent.spec.initContainers[].lifecycle.postStart.sleep.spec.apiserverConfig.basicAuth

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

2 fields
PrometheusAgent.spec.initContainers[].lifecycle.postStart.sleep.spec.apiserverConfig.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"