From 1f791c2c8c9bb5741cc3821fdabf89242ffb9dd6 Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Tue, 1 Aug 2023 23:07:13 +0200 Subject: [PATCH] feat(argocd): enable argocd application server --- README.md | 6 +++--- argocd-init.yml | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) 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