From 08cbeccaaec2fe150dd3d2905a252350ad9b0417 Mon Sep 17 00:00:00 2001 From: 0fatal <2816813070@qq.com> Date: Wed, 24 Jan 2024 15:55:12 +0800 Subject: [PATCH] fix(build): remove unneeded build layer --- build/Kubefile | 1 - 1 file changed, 1 deletion(-) diff --git a/build/Kubefile b/build/Kubefile index 2dec43a9a0..bb85a646ea 100644 --- a/build/Kubefile +++ b/build/Kubefile @@ -4,7 +4,6 @@ USER 65532:65532 COPY charts ./charts # COPY manifests ./manifests COPY registry ./registry -COPY deploy-manifest ./deploy-manifest COPY start.sh ./start.sh COPY prometheus-helm.yaml ./prometheus-helm.yaml COPY mongodb.yaml ./mongodb.yaml