Fix paths for intel-gpu and nfd kustomization
This commit is contained in:
parent
4d0b63ca05
commit
ea347fac88
|
@ -2,12 +2,12 @@
|
||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
metadata:
|
metadata:
|
||||||
name: cluster-secrets
|
name: intel-gpu
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
timeout: 5m
|
timeout: 5m
|
||||||
interval: 10m
|
interval: 10m
|
||||||
path: ./cluster/core/intel-gpu
|
path: ./cluster/core/intel-gpu/files
|
||||||
prune: true
|
prune: true
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
|
|
|
@ -7,5 +7,5 @@ resources:
|
||||||
- ./networking
|
- ./networking
|
||||||
- ./storage
|
- ./storage
|
||||||
- ./kube-replicator
|
- ./kube-replicator
|
||||||
- ./nfd
|
- ./nfd/ks.yaml
|
||||||
- ./intel-gpu
|
- ./intel-gpu/ks.yaml
|
|
@ -7,7 +7,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeout: 5m
|
timeout: 5m
|
||||||
interval: 10m
|
interval: 10m
|
||||||
path: ./cluster/nfd/files
|
path: ./cluster/core/nfd/files
|
||||||
prune: true
|
prune: true
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
|
|
Loading…
Reference in New Issue