prometheus operator v0.71.2
Prometheus.spec.containers[].readinessProbe.exec.command.spec.initContainers.env.valueFrom
Source for the environment variable's value. Cannot be used if value is not empty.
| Field / Type | Description |
|---|---|
Selects a key of a ConfigMap.
| |
Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['<KEY>']`, `metadata.annotations['<KEY>']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.
| |
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.
| |
Selects a key of a secret in the pod's namespace
|