flux v2.9.5
HelmRelease.spec.healthCheckExprs[]
CustomHealthCheck defines the health check for custom resources.
| Field / Type | Description |
|---|---|
apiVersion | APIVersion of the custom resource under evaluation. |
current | Current is the CEL expression that determines if the status of the custom resource has reached the desired state. |
failed | Failed is the CEL expression that determines if the status of the custom resource has failed to reach the desired state. |
inProgress | InProgress is the CEL expression that determines if the status of the custom resource has not yet reached the desired state. |
kind | Kind of the custom resource under evaluation. |