From ab2ebdeef9b1fd9a016e4f9d579b287e4cac49f9 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Fri, 29 Dec 2023 07:02:37 +0800 Subject: [PATCH] fix(vm-ad): wrong path --- kube/deploy/vm/ad/ks.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kube/deploy/vm/ad/ks.yaml b/kube/deploy/vm/ad/ks.yaml index 480c301f..4cc7384d 100644 --- a/kube/deploy/vm/ad/ks.yaml +++ b/kube/deploy/vm/ad/ks.yaml @@ -16,7 +16,7 @@ metadata: name: zz-vm-ad-dc1-pvc namespace: flux-system spec: - path: ./kube/deploy/vm/ad/template-dc + path: ./kube/deploy/core/storage/volsync/template targetNamespace: "vm-ad" dependsOn: - name: 1-core-storage-volsync-app @@ -58,7 +58,7 @@ metadata: name: zz-vm-ad-dc2-pvc namespace: flux-system spec: - path: ./kube/deploy/vm/ad/template-dc + path: ./kube/deploy/core/storage/volsync/template targetNamespace: "vm-ad" dependsOn: - name: 1-core-storage-volsync-app @@ -92,4 +92,4 @@ spec: postBuild: substitute: NUM: "2" - UUID: "${VM_UUID_AD_DC2}" \ No newline at end of file + UUID: "${VM_UUID_AD_DC2}"