Fix paths for intel-gpu and nfd kustomization

This commit is contained in:
SeanOMik 2024-08-30 17:10:29 -04:00
parent 4d0b63ca05
commit ea347fac88
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
3 changed files with 5 additions and 5 deletions

View File

@ -2,12 +2,12 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: cluster-secrets
name: intel-gpu
namespace: flux-system
spec:
timeout: 5m
interval: 10m
path: ./cluster/core/intel-gpu
path: ./cluster/core/intel-gpu/files
prune: true
sourceRef:
kind: GitRepository

View File

@ -7,5 +7,5 @@ resources:
- ./networking
- ./storage
- ./kube-replicator
- ./nfd
- ./intel-gpu
- ./nfd/ks.yaml
- ./intel-gpu/ks.yaml

View File

@ -7,7 +7,7 @@ metadata:
spec:
timeout: 5m
interval: 10m
path: ./cluster/nfd/files
path: ./cluster/core/nfd/files
prune: true
sourceRef:
kind: GitRepository