mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
11 lines
233 B
Markdown
11 lines
233 B
Markdown
|
|
# 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
|
||
|
|
|
||
|
|
```shell
|
||
|
|
kustomize build examples/plugins/helm/ | kubectl apply -n argocd -f -
|
||
|
|
```
|