prometheus operator v0.71.2

Prometheus.spec.remoteWrite[].tlsConfig.ca.configMap.spec.apiserverConfig.basicAuth

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

2 fields
Prometheus.spec.remoteWrite[].tlsConfig.ca.configMap.spec.apiserverConfig.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"