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