diff --git a/pkg/chartutil/create.go b/pkg/chartutil/create.go index bdcdc6e97..ee6bf7721 100644 --- a/pkg/chartutil/create.go +++ b/pkg/chartutil/create.go @@ -152,7 +152,11 @@ ingress: # kubernetes.io/tls-acme: "true" hosts: - host: chart-example.local - paths: [] + paths: + - path: / + backend: + serviceName: chart-example.local + servicePort: 80 tls: [] # - secretName: chart-example-tls # hosts: