diff --git a/clusters/talos/infrastructure.yaml b/clusters/talos/infrastructure.yaml index 5d34533..c75767b 100644 --- a/clusters/talos/infrastructure.yaml +++ b/clusters/talos/infrastructure.yaml @@ -10,6 +10,6 @@ spec: sourceRef: kind: GitRepository name: flux-system - path: ../../infrastructure + path: ./infrastructure prune: true wait: true \ No newline at end of file diff --git a/infrastructure/kustomization.yaml b/infrastructure/kustomization.yaml index 5708857..bac383c 100644 --- a/infrastructure/kustomization.yaml +++ b/infrastructure/kustomization.yaml @@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ingress-namespace.yaml -- ./cilium -- ./traefik +- cilium +- traefik