Commit 9385492d authored by Simon Cornet's avatar Simon Cornet
Browse files

docs: improve readme

parent 943bbc8d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -7,12 +7,14 @@ kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
```

Get the default password:
Get the initial password:

```shell
kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d
```

>[WARNING] Dont forget to change this password!

Bootstrap ArgoCD:

```yaml