From c4e61602200c730a8ac73cacb778fb9a7a3c14f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=9B=B8=E8=BD=A9?= <9570112+nauxliu@users.noreply.github.com> Date: Thu, 20 Feb 2020 23:12:26 +0800 Subject: [PATCH] Remove unneeded env HELMFILE_HELM3 since #963 (#1109) --- Dockerfile.helm3 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile.helm3 b/Dockerfile.helm3 index de7b430b..177a465c 100644 --- a/Dockerfile.helm3 +++ b/Dockerfile.helm3 @@ -39,6 +39,4 @@ RUN helm plugin install https://github.com/databus23/helm-diff --version v3.0.0- COPY --from=builder /workspace/helmfile/dist/helmfile_linux_amd64 /usr/local/bin/helmfile -ENV HELMFILE_HELM3="1" - CMD ["/usr/local/bin/helmfile"]