prometheus operator v0.93.1

PrometheusAgent.spec.initContainers[].livenessProbe.exec.command.spec.web.tlsConfig.cert

cert defines the Secret or ConfigMap containing the TLS certificate for the web server. Either `keySecret` or `keyFile` must be defined. It is mutually exclusive with `certFile`.

2 fields
PrometheusAgent.spec.initContainers[].livenessProbe.exec.command.spec.web.tlsConfig.cert 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"