From 6f7998639fd772a23963a4c46373d6f9ac544af2 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Thu, 26 Mar 2026 02:56:52 +0000 Subject: [PATCH] fix: Use standard kustomize API in traefik addon --- infrastructure/addons/traefik/kustomization.yaml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/infrastructure/addons/traefik/kustomization.yaml b/infrastructure/addons/traefik/kustomization.yaml index 0fd3350..a722fae 100644 --- a/infrastructure/addons/traefik/kustomization.yaml +++ b/infrastructure/addons/traefik/kustomization.yaml @@ -1,14 +1,4 @@ -apiVersion: kustomize.toolkit.fluxcd.io/v1 +apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -metadata: - name: addon-traefik - namespace: flux-system -spec: - interval: 10m - path: . - prune: true - sourceRef: - kind: GitRepository - name: platform - dependsOn: - - name: addon-tailscale-operator \ No newline at end of file +resources: + - helmrelease-traefik.yaml \ No newline at end of file