fix copy/paste error

Signed-off-by: Adrian Liechti <adrian@monostream.com>
pull/9585/head
Adrian Liechti 5 years ago
parent 929d62b477
commit cc5098ba98

@ -211,7 +211,6 @@ const defaultIgnore = `# Patterns to ignore when building packages.
` `
const defaultIngress = `{{- if .Values.ingress.enabled -}} const defaultIngress = `{{- if .Values.ingress.enabled -}}
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "<CHARTNAME>.fullname" . -}} {{- $fullName := include "<CHARTNAME>.fullname" . -}}
{{- $svcPort := .Values.service.port -}} {{- $svcPort := .Values.service.port -}}
{{- $kubeVersion := .Capabilities.KubeVersion.GitVersion -}} {{- $kubeVersion := .Capabilities.KubeVersion.GitVersion -}}

Loading…
Cancel
Save