8 lines
328 B
Markdown
8 lines
328 B
Markdown
FROM: https://tanzu.vmware.com/developer/guides/ci-cd/argocd-gs/
|
|
|
|
# kubectl apply -f namespace.yaml
|
|
# -kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml-
|
|
# kubectl apply -n argocd -f install.yaml (needs changes for ARM builds)
|
|
# kubectl apply -n argocd -f ingress.yaml
|
|
|