From 6b790977e1987510d94e04fd4db2432206d275e7 Mon Sep 17 00:00:00 2001 From: cmuraru Date: Mon, 12 Aug 2019 18:32:20 +0300 Subject: [PATCH] [FIX] helmfile docker permissions --- build_scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_scripts/Dockerfile b/build_scripts/Dockerfile index fe6b1252..2de953ac 100644 --- a/build_scripts/Dockerfile +++ b/build_scripts/Dockerfile @@ -74,7 +74,7 @@ RUN curl -sSL https://github.com/databus23/helm-diff/releases/download/v${HELM_D USER root RUN HELM_HOME=/home/ops/.helm helm plugin install https://github.com/futuresimple/helm-secrets RUN HELM_HOME=/home/ops/.helm helm plugin install https://github.com/rimusz/helm-tiller -RUN chown -R ops:ops /home/ops/.helm/plugins +RUN chown -R ops:ops /home/ops/.helm COPY --from=compile-image /azure-cli /home/ops/.local/azure-cli