mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
* 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>
14 lines
384 B
YAML
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
|