Merge pull request #3843 from wind0r/remove_unuused_servicePort

remove unused servicePort from default ingress template
pull/3848/head
Taylor Thomas 6 years ago committed by GitHub
commit 9b16c8d0f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -123,7 +123,6 @@ const defaultIgnore = `# Patterns to ignore when building packages.
const defaultIngress = `{{- if .Values.ingress.enabled -}}
{{- $fullName := include "<CHARTNAME>.fullname" . -}}
{{- $servicePort := .Values.service.port -}}
{{- $ingressPath := .Values.ingress.path -}}
apiVersion: extensions/v1beta1
kind: Ingress

Loading…
Cancel
Save