From db1a22837998ae537e2684eb07346005f9089068 Mon Sep 17 00:00:00 2001 From: Yadunand Prem Date: Fri, 4 Oct 2024 16:50:18 -0400 Subject: [PATCH] feat: add namespace --- infra/controllers/traefik.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/infra/controllers/traefik.yaml b/infra/controllers/traefik.yaml index 40196cd..c92fdb3 100644 --- a/infra/controllers/traefik.yaml +++ b/infra/controllers/traefik.yaml @@ -1,3 +1,9 @@ +--- +apiVersion: v1 +kind: Namespace +metadata: + name: traefik-system +--- apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: