https://github.com/thejaxon/argocd
ArgoCD config files
https://github.com/thejaxon/argocd
argocd gitops
Last synced: 3 months ago
JSON representation
ArgoCD config files
- Host: GitHub
- URL: https://github.com/thejaxon/argocd
- Owner: theJaxon
- Created: 2023-07-03T13:42:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T10:06:10.000Z (6 months ago)
- Last Synced: 2025-02-07T13:30:31.369Z (5 months ago)
- Topics: argocd, gitops
- Homepage:
- Size: 19.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
```