Skip to content

Commit e9413ee

Browse files
authored
[FIX] helmfile docker permissions (#50)
1 parent 34e351d commit e9413ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_scripts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RUN curl -sSL https://github.com/databus23/helm-diff/releases/download/v${HELM_D
7474
USER root
7575
RUN HELM_HOME=/home/ops/.helm helm plugin install https://github.com/futuresimple/helm-secrets
7676
RUN HELM_HOME=/home/ops/.helm helm plugin install https://github.com/rimusz/helm-tiller
77-
RUN chown -R ops:ops /home/ops/.helm/plugins
77+
RUN chown -R ops:ops /home/ops/.helm
7878

7979
COPY --from=compile-image /azure-cli /home/ops/.local/azure-cli
8080

0 commit comments

Comments
 (0)