Added ArgoCD kubernetes-app (#7895)

* Added ArgoCD kubernetes-app

* Update argocd_version to latest
This commit is contained in:
Álvaro Torres Cogollo
2021-11-07 11:22:51 +01:00
committed by GitHub
parent 58390c79d0
commit 8922c45556
6 changed files with 110 additions and 0 deletions

View File

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