Skip to content

Commit

Permalink
fix(container): allow any string as ingress path
Browse files Browse the repository at this point in the history
Closes #1020
  • Loading branch information
edvald committed Aug 30, 2019
1 parent 442f8f8 commit 7920228
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion garden-service/src/plugins/container/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(<any>{ relativeOnly: true })
.default("/")
.description("The path which should be routed to the service."),
port: joi.string()
Expand Down

0 comments on commit 7920228

Please sign in to comment.