From d1b97946aacc97dc7251cd0bf779e92bc72749fa Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Thu, 23 Jan 2025 03:40:44 +0800 Subject: [PATCH] chore: cleanup --- .../storage/volsync/template/component/kustomization.yaml | 5 +++++ .../core/storage/volsync/template/kustomization.yaml | 8 -------- 2 files changed, 5 insertions(+), 8 deletions(-) create mode 100644 kube/deploy/core/storage/volsync/template/component/kustomization.yaml diff --git a/kube/deploy/core/storage/volsync/template/component/kustomization.yaml b/kube/deploy/core/storage/volsync/template/component/kustomization.yaml new file mode 100644 index 00000000..6153b8c5 --- /dev/null +++ b/kube/deploy/core/storage/volsync/template/component/kustomization.yaml @@ -0,0 +1,5 @@ +--- +apiVersion: kustomize.config.k8s.io/v1alpha1 +kind: Component +resources: + - ../ diff --git a/kube/deploy/core/storage/volsync/template/kustomization.yaml b/kube/deploy/core/storage/volsync/template/kustomization.yaml index 5d562730..da2985c9 100644 --- a/kube/deploy/core/storage/volsync/template/kustomization.yaml +++ b/kube/deploy/core/storage/volsync/template/kustomization.yaml @@ -9,11 +9,3 @@ resources: - rdst.yaml - rsrc-r2.yaml # - rsrc-rgw.yaml ---- -apiVersion: kustomize.config.k8s.io/v1alpha1 -kind: Component -resources: - - pvc.yaml - - externalsecret-r2.yaml - - rdst.yaml - - rsrc-r2.yaml