mirror of https://github.com/portainer/k8s.git
typo
parent
94897a3935
commit
f1c5f64b6c
|
@ -6,7 +6,7 @@
|
|||
apiVersion: networking.k8s.io/v1
|
||||
{{- else if semverCompare ">=1.14-0" $kubeVersion -}}}
|
||||
apiVersion: networking.k8s.io/v1beta
|
||||
{{- else -}}
|
||||
{{- else }}
|
||||
apiVersion: extensions/v1beta1
|
||||
{{- end }}
|
||||
kind: Ingress
|
||||
|
|
Loading…
Reference in New Issue