From ea347fac885de9571f32e188b76797dd02ea6c15 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Fri, 30 Aug 2024 17:10:29 -0400 Subject: [PATCH] Fix paths for intel-gpu and nfd kustomization --- cluster/core/intel-gpu/ks.yaml | 4 ++-- cluster/core/kustomization.yaml | 4 ++-- cluster/core/nfd/ks.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cluster/core/intel-gpu/ks.yaml b/cluster/core/intel-gpu/ks.yaml index 17914a7..a826b7b 100644 --- a/cluster/core/intel-gpu/ks.yaml +++ b/cluster/core/intel-gpu/ks.yaml @@ -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 diff --git a/cluster/core/kustomization.yaml b/cluster/core/kustomization.yaml index 9b95d87..c4557a3 100644 --- a/cluster/core/kustomization.yaml +++ b/cluster/core/kustomization.yaml @@ -7,5 +7,5 @@ resources: - ./networking - ./storage - ./kube-replicator -- ./nfd -- ./intel-gpu \ No newline at end of file +- ./nfd/ks.yaml +- ./intel-gpu/ks.yaml \ No newline at end of file diff --git a/cluster/core/nfd/ks.yaml b/cluster/core/nfd/ks.yaml index ad2ae9e..25278b9 100644 --- a/cluster/core/nfd/ks.yaml +++ b/cluster/core/nfd/ks.yaml @@ -7,7 +7,7 @@ metadata: spec: timeout: 5m interval: 10m - path: ./cluster/nfd/files + path: ./cluster/core/nfd/files prune: true sourceRef: kind: GitRepository