Loading readme.md +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
readme.md +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading