From 6a0e65e669d443e57cdfbc9b152f0876c42f4316 Mon Sep 17 00:00:00 2001 From: devaananth Date: Thu, 10 Mar 2022 21:10:58 +0530 Subject: [PATCH] Ingress apiversion changed API version for Ingress changed to networking.k8s.io/v1 as per the documentation. Facing error with extensions/v1beta1 --- botfront/templates/botfront-app-ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botfront/templates/botfront-app-ingress.yaml b/botfront/templates/botfront-app-ingress.yaml index f118743..c72d3ed 100644 --- a/botfront/templates/botfront-app-ingress.yaml +++ b/botfront/templates/botfront-app-ingress.yaml @@ -1,5 +1,5 @@ {{- if .Values.botfront.ingress.enabled -}} -apiVersion: extensions/v1beta1 +apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ .Release.Name }}-app-ingress