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