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: sourceRef:
kind: GitRepository kind: GitRepository
name: flux-system name: flux-system
path: ../../infrastructure path: ./infrastructure
prune: true prune: true
wait: true wait: true

View File

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