mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 18:17:47 +03:00
[argocd] update argocd to v2.4.3 (#9050)
This commit is contained in:
@@ -123,7 +123,6 @@ ingress_publish_status_address: ""
|
||||
# - --default-ssl-certificate=default/foo-tls
|
||||
# ingress_nginx_termination_grace_period_seconds: 300
|
||||
# ingress_nginx_class: nginx
|
||||
# ingress_nginx_webhook_enabled: false
|
||||
|
||||
# ALB ingress controller deployment
|
||||
ingress_alb_enabled: false
|
||||
@@ -210,10 +209,10 @@ metallb_speaker_enabled: true
|
||||
|
||||
|
||||
argocd_enabled: false
|
||||
# argocd_version: v2.1.6
|
||||
# argocd_version: v2.4.3
|
||||
# argocd_namespace: argocd
|
||||
# Default password:
|
||||
# - https://argoproj.github.io/argo-cd/getting_started/#4-login-using-the-cli
|
||||
# - https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli
|
||||
# ---
|
||||
# The initial password is autogenerated to be the pod name of the Argo CD API server. This can be retrieved with the command:
|
||||
# kubectl get pods -n argocd -l app.kubernetes.io/name=argocd-server -o name | cut -d'/' -f 2
|
||||
|
||||
Reference in New Issue
Block a user