From 98e08f5301d39c3c94de4e106ae5a21bf0bb6d4e Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sat, 27 Jun 2026 18:15:21 +0200 Subject: [PATCH] ingress gateway --- helm/istiod/templates/ingress-gateway.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helm/istiod/templates/ingress-gateway.yaml b/helm/istiod/templates/ingress-gateway.yaml index aa2fb6f..888d78d 100644 --- a/helm/istiod/templates/ingress-gateway.yaml +++ b/helm/istiod/templates/ingress-gateway.yaml @@ -1,4 +1,9 @@ apiVersion: v1 +kind: Namespace +metadata: + name: istio-ingress +--- +apiVersion: v1 kind: ServiceAccount metadata: name: istio-ingressgateway