Updating to the new Ingress group version

Signed-off-by: Matt Farina <matt@mattfarina.com>
pull/5904/head
Matt Farina 5 years ago
parent c35dbb7aab
commit 379b2b177c
No known key found for this signature in database
GPG Key ID: 9436E80BFBA46909

@ -151,7 +151,7 @@ const defaultIgnore = `# Patterns to ignore when building packages.
const defaultIngress = `{{- if .Values.ingress.enabled -}}
{{- $fullName := include "<CHARTNAME>.fullname" . -}}
{{- $ingressPath := .Values.ingress.path -}}
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: {{ $fullName }}

Loading…
Cancel
Save