mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
* feat: upgrade Kustomize to v5.0.0 and Helm to v3.11.0 Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * fix helm3 ref Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * fix duplicate key Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * 3.11.1 Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * codegen Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * fix test Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * 5.0.1 Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * upgrade note Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| app/subdir | ||
| app.yaml | ||
| kustomization.yaml | ||
| plugin.yaml | ||
| README.md | ||
| repo-patch.yaml | ||
| secret-patch.yaml | ||
This folder contains an Argo CD configuration file to allow testing CMP plugins locally. The Kustomize project will:
- Install Argo CD in the current k8s context
- Patch repo server configuring a test CMP plugin
- Install an application that can be used to interact with the CMP plugin
To install Argo CD with this Kustomize project run the following command:
kustomize build ./test/manifests/cmp | sed 's/imagePullPolicy: Always/imagePullPolicy: Never/g' | kubectl apply -f -
In Argo CD UI login with user/pass: admin/password
An application with name cmp-sidecar should be available for testing.