Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions content/en/flux/cheatsheets/cel-healthchecks.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ weight: 31

## About

The Kustomization API supports defining custom logic for performing health
checks on custom resources through the field
[`.spec.healthCheckExprs`](/flux/components/kustomize/kustomizations/#health-check-exprs).
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixing outdated link for Kustomization

The Kustomization and HelmRelease APIs support defining custom logic for performing health
checks on custom resources through the field `.spec.healthCheckExprs`. See the documentation
for [Kustomization](/flux/components/kustomize/kustomizations/#health-check-expressions) and
[HelmRelease](/flux/components/helm/helmreleases/#health-check-expressions) for more details.
This field accepts a set of Common Expression Language (CEL) expressions.

Here you can find a set of community-maintained CEL expressions for popular
Expand Down