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 -}}
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "<CHARTNAME>.fullname" . -}}
{{- $svcPort := .Values.service.port -}}
{{- $kubeVersion := .Capabilities.KubeVersion.GitVersion -}}
@ -268,7 +267,7 @@ spec:
secretName: {{ .secretName }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
`
const defaultDeployment = `apiVersion: apps/v1

Loading…
Cancel
Save