We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e351d commit e9413eeCopy full SHA for e9413ee
build_scripts/Dockerfile
@@ -74,7 +74,7 @@ RUN curl -sSL https://github.com/databus23/helm-diff/releases/download/v${HELM_D
74
USER root
75
RUN HELM_HOME=/home/ops/.helm helm plugin install https://github.com/futuresimple/helm-secrets
76
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
+RUN chown -R ops:ops /home/ops/.helm
78
79
COPY --from=compile-image /azure-cli /home/ops/.local/azure-cli
80
0 commit comments