argo-cd/examples/plugins/helm
Michael Crenshaw e36ce86b82
docs(cmp): fix CMP param getter example (#16077) (#16190)
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-10-31 21:47:06 -04:00
..
argocd-repo-server-deployment-patch.yaml chore: Update example-plugin-helm version and the latest yg version (#11840) 2023-03-29 15:08:45 -04:00
generate.sh feat: parameterized config management plugins (#9135) (#9216) 2022-11-29 13:08:32 -05:00
get-parameters.sh docs(cmp): fix CMP param getter example (#16077) (#16190) 2023-10-31 21:47:06 -04:00
kustomization.yaml feat: upgrade Kustomize to v5.0.1 (#12299) 2023-03-16 22:24:08 +02:00
plugin.yaml feat: parameterized config management plugins (#9135) (#9216) 2022-11-29 13:08:32 -05:00
README.md feat: parameterized config management plugins (#9135) (#9216) 2022-11-29 13:08:32 -05:00

Simple Helm plugin

The directory path to the shell scripts will need to be updated based on how you mount them into the sidecar.

Installation

kustomize build examples/plugins/helm/ | kubectl apply -n argocd -f -