diff --git a/api/v1/appdefaults.go b/api/v1/appdefaults.go index 98ad86e8..03b561a6 100644 --- a/api/v1/appdefaults.go +++ b/api/v1/appdefaults.go @@ -439,6 +439,7 @@ var networkingDefault = Networking{ IstioIngressSelectorKey: "istio", IstioIngressSelectorValue: "ingressgateway", OcpSecureRoutes: false, + IngressClassName: "", }, HTTPS: HTTPS{Enabled: false}, Proxy: Proxy{Enabled: false, ConfigRef: "cp-proxy"},