Try different pathing for resources

This commit is contained in:
2024-02-10 17:18:26 +00:00
parent 0c6825bfb0
commit 3b4d7b3a0a
2 changed files with 3 additions and 3 deletions

View File

@@ -10,6 +10,6 @@ spec:
sourceRef:
kind: GitRepository
name: flux-system
path: ../../infrastructure
path: ./infrastructure
prune: true
wait: true

View File

@@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ingress-namespace.yaml
- ./cilium
- ./traefik
- cilium
- traefik