Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 433 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 433 Bytes

Argo


Summary

Argo is a collection of Argo Applications.


Instructions

To get started, deploy Argo CD

kubectl kustomize --enable-helm argo-cd | kubectl apply -f-

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

kubectl apply -f applicationset.yml