Remove unneeded env HELMFILE_HELM3 since #963 (#1109)

This commit is contained in:
刘相轩 2020-02-20 23:12:26 +08:00 committed by GitHub
parent 10f2a576c5
commit c4e6160220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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"]