Skip to content
Snippets Groups Projects
Commit cc527158 authored by remche's avatar remche
Browse files

add argocd README

parent c308d657
No related branches found
No related tags found
No related merge requests found
# ArgoCD
## Install ArgoCD and set admin password
```bash
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
kubectl -n argocd patch secret argocd-secret -p '{"stringData": { "admin.password": "$2a$12$qYExnZPEIvrpMfc6CSvCXO9Pua9N6OvbikjwFADqPj.V9yjfOmQ6q", "admin.passwordMtime": "'$(date +%FT%T%Z)'"}}'
```
## Add application
```bash
kubectl apply -f vapormap.yaml
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment