prometheus operator v0.71.2

PrometheusAgent.spec.initContainers[].securityContext.seLinuxOptions.spec.remoteWrite.basicAuth

BasicAuth configuration for the URL. Cannot be set at the same time as `sigv4`, `authorization`, `oauth2`, or `azureAd`.

2 fields
PrometheusAgent.spec.initContainers[].securityContext.seLinuxOptions.spec.remoteWrite.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"