mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
Added ArgoCD kubernetes-app (#7895)
* Added ArgoCD kubernetes-app * Update argocd_version to latest
This commit is contained in:
committed by
GitHub
parent
58390c79d0
commit
8922c45556
@@ -180,6 +180,19 @@ metallb_speaker_enabled: true
|
||||
# peer_asn: 64513
|
||||
# my_asn: 4200000000
|
||||
|
||||
|
||||
argocd_enabled: false
|
||||
# argocd_version: v2.1.6
|
||||
# argocd_namespace: argocd
|
||||
# Default password:
|
||||
# - https://argoproj.github.io/argo-cd/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
|
||||
# ---
|
||||
# Use the following var to set admin password
|
||||
# argocd_admin_password: "password"
|
||||
|
||||
# The plugin manager for kubectl
|
||||
krew_enabled: false
|
||||
krew_root_dir: "/usr/local/krew"
|
||||
|
||||
Reference in New Issue
Block a user