flux v2.9.5

HelmRelease.spec.postRenderers[].kustomize.patches[].target.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.

5 fields
HelmRelease.spec.postRenderers[].kustomize.patches[].target.spec.healthCheckExprs fields and descriptions
Field / TypeDescription
apiVersion
string required

APIVersion of the custom resource under evaluation.

current
string required

Current is the CEL expression that determines if the status of the custom resource has reached the desired state.

failed
string

Failed is the CEL expression that determines if the status of the custom resource has failed to reach the desired state.

inProgress
string

InProgress is the CEL expression that determines if the status of the custom resource has not yet reached the desired state.

kind
string

Kind of the custom resource under evaluation.