github.com/argoproj/argo-cd/v2@v2.10.9/examples/plugins/helm/README.md (about) 1 # Simple Helm plugin 2 3 The directory path to the shell scripts will need to be updated based on how you mount them 4 into the sidecar. 5 6 ## Installation 7 8 ```shell 9 kustomize build examples/plugins/helm/ | kubectl apply -n argocd -f - 10 ```