Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thejaxon/argocd
- Owner: theJaxon
- Created: 2023-07-03T13:42:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T16:45:18.000Z (about 1 month ago)
- Last Synced: 2024-11-13T17:38:21.811Z (about 1 month ago)
- Topics: argocd, gitops
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```