mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
* add custom health check for awsmanagedcontrolplane Signed-off-by: Iulian Taiatu <itaiatu@adobe.com> * chore(deps): bump github.com/aws/aws-sdk-go from 1.55.3 to 1.55.4 (#19295) Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.55.3 to 1.55.4. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.55.3...v1.55.4) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Iulian Taiatu <itaiatu@adobe.com> * add new line at the end of health_test.yaml file Signed-off-by: Iulian Taiatu <itaiatu@adobe.com> --------- Signed-off-by: Iulian Taiatu <itaiatu@adobe.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 lines
693 B
YAML
17 lines
693 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: 'Control plane is ready'
|
|
inputPath: testdata/healthy.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: 'Control plane is not ready (.status.ready is false)'
|
|
inputPath: testdata/progressing_ready_false.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: 'Control plane is not ready'
|
|
inputPath: testdata/progressing_ready_true.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: '7 of 10 completed failed reconciling OIDC provider for cluster: failed to create OIDC provider: error creating provider: LimitExceeded: Cannot exceed quota for OpenIdConnectProvidersPerAccount: 100 '
|
|
inputPath: testdata/degraded.yaml
|