https://github.com/francisco1code/argocd-app-of-app
https://github.com/francisco1code/argocd-app-of-app
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/francisco1code/argocd-app-of-app
- Owner: francisco1code
- Created: 2024-05-22T17:53:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T23:58:56.000Z (over 1 year ago)
- Last Synced: 2025-10-25T07:55:47.692Z (8 months ago)
- Language: Smarty
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# argocd-app-of-app
## Install ArgoCD
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
kubectl patch svc argocd-server -n argocd -p '{"spec": {"type": "NodePort"}}'
argocd admin initial-password -n argocd