Add kustomize/plugin config location.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -41,6 +41,7 @@ data: | ... | @@ -41,6 +41,7 @@ data: |
41 | run-helmfile: | | 41 | run-helmfile: | |
42 | #!/bin/sh | 42 | #!/bin/sh |
43 | set -ex | 43 | set -ex |
44 | mkdir -p $HOME/.config/kustomize/plugin | ||
44 | helm plugin install https://github.com/mumoshu/helm-x | 45 | helm plugin install https://github.com/mumoshu/helm-x |
45 | helm plugin install https://github.com/databus23/helm-diff | 46 | helm plugin install https://github.com/databus23/helm-diff |
46 | helm plugin install https://github.com/aslafy-z/helm-git.git | 47 | helm plugin install https://github.com/aslafy-z/helm-git.git | ... | ... |
-
Please register or sign in to post a comment