You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
Describe the bug
Specifying a health_check within a "aws-ecs"deploy block with a grpc_code causes a validation error requiring a matcher option that isn't relevant for gRPC health checks.
Steps to Reproduce
Use a waypoint.hcl file similar to:
Describe the bug
Specifying a
health_check
within a"aws-ecs"
deploy
block with agrpc_code
causes a validation error requiring amatcher
option that isn't relevant for gRPC health checks.Steps to Reproduce
Use a
waypoint.hcl
file similar to:Will result in an error:
Expected behavior
It should deploy the ALB with the configured gRPC health check.
Waypoint Platform Versions
Additional context
If a
matcher
is provided, that also errors:The text was updated successfully, but these errors were encountered: