Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thejaxon/argocd

ArgoCD config files
https://github.com/thejaxon/argocd

argocd gitops

Last synced: 11 days ago
JSON representation

ArgoCD config files

Awesome Lists containing this project

README

        

# argocd

### Making argocd manage itself
```bash
# First deploy argocd with the provided kustomization
kustomize build . | k apply -f -

# Now create an argocd application that will point to that kustomization so that any change in the files gets reflected
k apply -f argocd-app.yaml
```