Skip to content

Commit f9a69e8

Browse files
committed
Update API docs for CEL health checks
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
1 parent 2d89260 commit f9a69e8

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/spec/v2/helmreleases.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -982,8 +982,12 @@ wait strategy is used (i.e. `.spec.waitStrategy.name` is `poller`).
982982

983983
The `.spec.healthCheckExprs` field accepts a list of objects with the following fields:
984984

985-
- `apiVersion`: The API version of the custom resource. Required.
986-
- `kind`: The kind of the custom resource. Required.
985+
- `apiVersion`: The API version of the custom resource. Required. Only the
986+
group portion is used for matching; the version is ignored, so the same
987+
entry applies to every served version of the resource.
988+
- `kind`: The kind of the custom resource. Optional. When omitted, the entry
989+
applies to all kinds under the given `apiVersion`'s group. An entry with a
990+
specific `kind` takes precedence over a group-only entry for that same kind.
987991
- `current`: A required CEL expression that returns `true` if the resource is ready.
988992
- `inProgress`: An optional CEL expression that returns `true` if the resource
989993
is still being reconciled.

0 commit comments

Comments
 (0)