From 7a14f89ad165e9db1ee1b475ca7ecf388b14f888 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Thu, 26 Mar 2026 02:55:37 +0000 Subject: [PATCH] fix: Correct traefik kustomization path and sourceRef --- infrastructure/addons/traefik/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/addons/traefik/kustomization.yaml b/infrastructure/addons/traefik/kustomization.yaml index 2eca50e..0fd3350 100644 --- a/infrastructure/addons/traefik/kustomization.yaml +++ b/infrastructure/addons/traefik/kustomization.yaml @@ -5,10 +5,10 @@ metadata: namespace: flux-system spec: interval: 10m - path: ./infrastructure/addons/traefik + path: . prune: true sourceRef: kind: GitRepository - name: flux-system + name: platform dependsOn: - name: addon-tailscale-operator \ No newline at end of file