--- # Default variables for ArgoCD deployment # ArgoCD chart version argocd_chart_url: "https://github.com/argoproj/argo-helm/releases/download/argo-cd-7.8.11/argo-cd-7.8.11.tgz" # OAuth client settings argocd_client_id: "{{ cluster_name }}-oauth-client" argocd_client_secret: "{{ oauth_client_secret }}" # ArgoCD hostname settings argocd_hostname: "argocd.apps.{{ cluster_name }}.{{ cluster_region }}.container.mom" wkl_argocd_hostname: "wkl-argocd.apps.{{ cluster_name }}.{{ cluster_region }}.container.mom" # GitHub repository details github_repo_url: "https://github.com/pfeifferj/container-mom-go.git" github_repo_username: "pfeifferj"