We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b251f4 commit 9e02f3bCopy full SHA for 9e02f3b
rootfs/usr/local/bin/docker-entrypoint.sh
@@ -2,9 +2,10 @@
2
set -e
3
4
# initialize plugins from container
5
-mkdir -p ~/.helm/plugins ~/.helm/cache/plugins
6
-cp -r /helm-plguins/* ~/.helm/plugins
7
-cp -r /helm-plguins-cache/* ~/.helm/cache/plugins
+chown -R root:root /root/.helm/cache/plugins
+mkdir -p ~/.helm/plugins ~/.helm/cache/plugins || true
+cp -r /helm-plguins/* ~/.helm/plugins || true
8
+cp -r /helm-plguins-cache/* ~/.helm/cache/plugins || true
9
10
# kubeconfig
11
if [ -n "$KUBECONFIG_CONTENT" ]; then
0 commit comments