You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
335 B
10 lines
335 B
3 months ago
|
## ArgoCD Example
|
||
|
|
||
|
This is the simplest, working example of an argocd app, the JSON object built is now an array of objects as that is the prefered format for ArgoCD.
|
||
|
|
||
|
Requirements:
|
||
|
|
||
|
**ArgoCD 1.7+**
|
||
|
|
||
|
Follow the vendor generation steps at the root of this repository and generate a `vendored` folder (referenced in `application.yaml`).
|