prometheus operator v0.71.2
PodMonitor.spec.podMetricsEndpoints[].tlsConfig.cert.configMap.spec.podMetricsEndpoints.basicAuth
`basicAuth` configures the Basic Authentication credentials to use when scraping the target. Cannot be set at the same time as `authorization`, or `oauth2`.
| Field / Type | Description |
|---|---|
`password` specifies a key of a Secret containing the password for authentication.
| |
`username` specifies a key of a Secret containing the username for authentication.
|