Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 463 Bytes

File metadata and controls

27 lines (17 loc) · 463 Bytes

Argo


Summary

Argo is a collection of Argo Applications.


Instructions

To get started, deploy Argo CD

kustomize build --enable-helm argo-cd | kubectl apply -f- --server-side --force-conflicts

Once Argo CD is running, you can use ApplicationSets to manage Argo CD, Argo Rollouts, and Argo Workflows.

kubectl apply -f applicationset.yml