diff --git a/kontrol-service/engine/flow/render.go b/kontrol-service/engine/flow/render.go index 547e585..5e3507d 100644 --- a/kontrol-service/engine/flow/render.go +++ b/kontrol-service/engine/flow/render.go @@ -350,7 +350,8 @@ func getGateway(ingresses []*resolved.Ingress, namespace string) *istioclient.Ga // We need to return a gateway as part of the cluster resources so we return a dummy one // if there are no ingresses defined. This can happen when the tenant does not have a base - // cluster topology: no initial deploy or the topologies have been deleted. + // cluster topology: no initial deploy or the topologies have been deleted. This gateway allows + // us to communicate the namespace to the kardinal manager helping the resources to be cleaned up. ingressId := "dummy" if len(ingresses) > 0 { ingressId = ingresses[0].IngressID