Skip to content

Commit

Permalink
Merge pull request #1134 from garden-io/regex-url-paths
Browse files Browse the repository at this point in the history
fix(container): allow any string as ingress path
  • Loading branch information
eysi09 authored Aug 30, 2019
2 parents 442f8f8 + 7920228 commit d0fc1dc
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 d0fc1dc

Please sign in to comment.