feat(argocd): enable argocd application server

This commit is contained in:
Sebastian Mark 2023-08-01 23:07:13 +02:00
parent 79eb7882dd
commit 1f791c2c8c
2 changed files with 3 additions and 5 deletions

View file

@ -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

View file

@ -22,8 +22,6 @@ spec:
enabled: false
dex:
enabled: false
server:
replicas: 0
---
apiVersion: helm.cattle.io/v1
kind: HelmChart