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

https://github.com/francisco1code/argocd-app-of-app


https://github.com/francisco1code/argocd-app-of-app

Last synced: 4 months ago
JSON representation

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