Try different pathing for resources
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user