feat(argocd): enable argocd application server
This commit is contained in:
parent
79eb7882dd
commit
1f791c2c8c
2 changed files with 3 additions and 5 deletions
|
@ -25,10 +25,10 @@ make sure kubectl is configure to reach the destination cluster, then:
|
||||||
|
|
||||||
### ArgoCD
|
### ArgoCD
|
||||||
|
|
||||||
As the ArgoCD server is not deployed, the dashboard can only be accessed via
|
To retrieve the initial admin password use
|
||||||
`argocdm admin dashboard`
|
`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
|
### Linode
|
||||||
|
|
||||||
|
|
|
@ -22,8 +22,6 @@ spec:
|
||||||
enabled: false
|
enabled: false
|
||||||
dex:
|
dex:
|
||||||
enabled: false
|
enabled: false
|
||||||
server:
|
|
||||||
replicas: 0
|
|
||||||
---
|
---
|
||||||
apiVersion: helm.cattle.io/v1
|
apiVersion: helm.cattle.io/v1
|
||||||
kind: HelmChart
|
kind: HelmChart
|
||||||
|
|
Loading…
Reference in a new issue