Skip to content

Commit 7ea5f60

Browse files
committed
Update ingress kind version for kubernetes v1.16
1 parent 9cef14f commit 7ea5f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osm-seed/templates/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{- if .Values.ingress.enabled -}}
22
{{- $fullName := include "osm-seed.fullname" . -}}
33
{{- $ingressPath := .Values.ingress.path -}}
4-
apiVersion: extensions/v1beta1
4+
apiVersion: networking.k8s.io/v1beta1
55
kind: Ingress
66
metadata:
77
name: {{ $fullName }}

0 commit comments

Comments
 (0)