From 3c12f6011b3ba02e18ed8f5012b7dff7430f3c65 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 21 Aug 2024 23:04:09 -0500 Subject: [PATCH] use kube-system --- clusters/cl01tl/standalone/cilium/templates/certificate.yaml | 2 +- clusters/cl01tl/standalone/cilium/templates/gateway.yaml | 2 +- clusters/cl01tl/standalone/cilium/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/standalone/cilium/templates/certificate.yaml b/clusters/cl01tl/standalone/cilium/templates/certificate.yaml index 2a7662457..a99090bab 100644 --- a/clusters/cl01tl/standalone/cilium/templates/certificate.yaml +++ b/clusters/cl01tl/standalone/cilium/templates/certificate.yaml @@ -2,7 +2,7 @@ apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: wildcard-tls-alexlebens-net - namespace: cilium-secrets + namespace: kube-system labels: app.kubernetes.io/name: wildcard-tls-alexlebens-net app.kubernetes.io/instance: {{ .Release.Name }} diff --git a/clusters/cl01tl/standalone/cilium/templates/gateway.yaml b/clusters/cl01tl/standalone/cilium/templates/gateway.yaml index 34accfcba..e3cea9ef0 100644 --- a/clusters/cl01tl/standalone/cilium/templates/gateway.yaml +++ b/clusters/cl01tl/standalone/cilium/templates/gateway.yaml @@ -30,4 +30,4 @@ spec: - kind: Secret group: '' name: wildcard-tls-alexlebens-net - namespace: cilium-secrets + namespace: kube-system diff --git a/clusters/cl01tl/standalone/cilium/values.yaml b/clusters/cl01tl/standalone/cilium/values.yaml index 1c841f394..2cc311acf 100644 --- a/clusters/cl01tl/standalone/cilium/values.yaml +++ b/clusters/cl01tl/standalone/cilium/values.yaml @@ -34,7 +34,7 @@ cilium: create: auto secretsNamespace: create: true - name: cilium-secrets + name: kube-system sync: true hostNetwork: enabled: false