diff --git a/README.md b/README.md index 567d715..6c2a9c2 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ make sure kubectl is configure to reach the destination cluster, then: ### ArgoCD -As the ArgoCD server is not deployed, the dashboard can only be accessed via -`argocdm admin dashboard` +To retrieve the initial admin password use +`kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d` -(It may be required switch the namespace to `argocd` beforehand) +To change the password follow [Argocd account update password](https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd_account_update-password/). ### Linode diff --git a/argocd-init.yml b/argocd-init.yml index c104446..f291a11 100644 --- a/argocd-init.yml +++ b/argocd-init.yml @@ -22,8 +22,6 @@ spec: enabled: false dex: enabled: false - server: - replicas: 0 --- apiVersion: helm.cattle.io/v1 kind: HelmChart