From daa0bc0002646eb3fa6155618a74b4203f129f27 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 21 Aug 2024 23:00:19 -0500 Subject: [PATCH] specify kube-system --- clusters/cl01tl/standalone/cilium/templates/gateway.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/standalone/cilium/templates/gateway.yaml b/clusters/cl01tl/standalone/cilium/templates/gateway.yaml index 8b322203e..34accfcba 100644 --- a/clusters/cl01tl/standalone/cilium/templates/gateway.yaml +++ b/clusters/cl01tl/standalone/cilium/templates/gateway.yaml @@ -2,7 +2,7 @@ apiVersion: gateway.networking.k8s.io/v1 kind: Gateway metadata: name: cilium-tls-gateway - namespace: {{ .Release.Namespace }} + namespace: kube-system labels: app.kubernetes.io/name: cilium-tls-gateway app.kubernetes.io/instance: {{ .Release.Name }}