diff --git a/adr/0026-schema.md b/adr/0026-schema.md index 0f6d73bda2..4f16b150e4 100644 --- a/adr/0026-schema.md +++ b/adr/0026-schema.md @@ -60,7 +60,7 @@ There are several other keys Zarf will deprecate which will have automated migra local: path: chart ``` -- A new field called `.components.[x].healthChecks` will be introduced and will utilize [kstatus](https://github.com/kubernetes-sigs/cli-utils/blob/master/pkg/kstatus/README.md) to wait for resources after deployment. Read [#2718](https://github.com/zarf-dev/zarf/issues/2718) for more detail. +- A new field called `.components.[x].healthChecks` will be introduced and will utilize [kstatus](https://github.com/kubernetes-sigs/cli-utils/blob/master/pkg/kstatus/README.md) to wait for resources to be ready after deployment. Read [#2718](https://github.com/zarf-dev/zarf/issues/2718) for more detail. - a new field `.components.[x].wait` will be introduced. It will default to true, and automatically run `healthchecks` for every object in the cluster. ### BDD scenarios