--- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: traefik-prod namespace: flux-system spec: interval: 10m0s path: ./traefik-system/overlays/prod prune: true force: false sourceRef: kind: GitRepository name: infrastructures --- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: traefik-test namespace: flux-system spec: interval: 10m0s path: ./traefik-system/overlays/test prune: true force: false sourceRef: kind: GitRepository name: infrastructures