Files
Simon Rüegg 22bb1dd40f feat: Implement Crossplane CRD health checks (#3581)
* Implement Crossplane CRD health checks

A health check for the ClusterStackInstall CRD to help Argo CD to wait
for a successful install.

Signed-off-by: Simon Rüegg <simon@rueggs.ch>

* Add VSHN to USERS.md

Signed-off-by: Simon Rüegg <simon@rueggs.ch>
2020-05-13 09:45:27 -07:00

14 lines
384 B
YAML

tests:
- healthStatus:
status: Progressing
message: Waiting for stack to be installed
inputPath: testdata/wait_stack.yaml
- healthStatus:
status: Progressing
message: 'Resource is being created'
inputPath: testdata/being_created_stack.yaml
- healthStatus:
status: Healthy
message: 'Resource is available for use'
inputPath: testdata/installed_stack.yaml