prometheus operator v0.93.1

Prometheus.spec.initContainers[].securityContext.capabilities.drop.spec.web.tlsConfig.client_ca

client_ca defines the Secret or ConfigMap containing the CA certificate for client certificate authentication to the server. It is mutually exclusive with `clientCAFile`.

2 fields
Prometheus.spec.initContainers[].securityContext.capabilities.drop.spec.web.tlsConfig.client_ca fields and descriptions
Field / TypeDescription
object

configMap defines the ConfigMap containing data to use for the targets.

  • x-kubernetes-map-type: "atomic"
object

secret defines the Secret containing data to use for the targets.

  • x-kubernetes-map-type: "atomic"