diff --git a/garden-service/src/plugins/container/config.ts b/garden-service/src/plugins/container/config.ts index c4fbde169c..4771c56239 100644 --- a/garden-service/src/plugins/container/config.ts +++ b/garden-service/src/plugins/container/config.ts @@ -180,7 +180,6 @@ const ingressSchema = joi.object() .description("Annotations to attach to the ingress (Note: May not be applicable to all providers)"), hostname: ingressHostnameSchema, path: joi.string() - .uri({ relativeOnly: true }) .default("/") .description("The path which should be routed to the service."), port: joi.string()