From 042567808f2f39d49a9ab9399797b7ffde05aee7 Mon Sep 17 00:00:00 2001 From: Nick Jones Date: Wed, 13 Jan 2021 22:25:30 +0000 Subject: [PATCH] Update default ingress values section to correspond with template This commit updates the default section in values.yaml for the example ingress definition to correspond with the template. Signed-off-by: Nick Jones --- pkg/chartutil/create.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: