From 29fcd1ba854040d96d4505c6bb95d7394e43af7a Mon Sep 17 00:00:00 2001 From: Brad Soper Date: Tue, 20 Feb 2024 14:45:22 -0800 Subject: [PATCH] updated the networking cm to include the ingress class name for use in ingress routes created by the app --- pkg/app/controlplane/tmpl/conf/cm/config-networking.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/app/controlplane/tmpl/conf/cm/config-networking.tpl b/pkg/app/controlplane/tmpl/conf/cm/config-networking.tpl index f052e5b2..be7b17a2 100644 --- a/pkg/app/controlplane/tmpl/conf/cm/config-networking.tpl +++ b/pkg/app/controlplane/tmpl/conf/cm/config-networking.tpl @@ -38,3 +38,4 @@ data: {{- if isTrue .Spec.Networking.Ingress.OcpSecureRoutes }} OCP_SECURE_ROUTES: "true" {{- end }} + INGRESS_CLASS_NAME: {{ .Spec.Networking.Ingress.IngressClassName }}