HelmRelease.spec.healthCheckExprs
HealthCheckExprs is a list of healthcheck expressions for evaluating the health of custom resources using Common Expression Language (CEL). The expressions are evaluated only when the specific Helm action taking place has wait enabled, i.e. DisableWait is false, and the 'poller' WaitStrategy is used.
| 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. |