When deploying on a Kubernetes cluster with default class not being ningx (GKE for example), the strimizi deployment fails because Ingress can not be created (see https://github.com/strimzi/strimzi-kafka-operator/pull/4715 for more information on that).
We'll fix that by adding the capability to specify a custom class name for Strimizi Ingresses. If not provided explicitely, we'll default to nginx.
When deploying on a Kubernetes cluster with default class not being ningx (GKE for example), the strimizi deployment fails because Ingress can not be created (see https://github.com/strimzi/strimzi-kafka-operator/pull/4715 for more information on that).
We'll fix that by adding the capability to specify a custom class name for Strimizi Ingresses. If not provided explicitely, we'll default to
nginx
.