--- # Default variables for GitOps configuration # Repository information repo_url: "https://github.com/example/repo.git" repo_username: "" # repo_password is sourced from global.repo_token in vault # Forgejo/Gitea repository (for hub clusters) # Credentials are sourced from global.forgejo in vault # App of Apps configuration app_of_apps_name: "app-of-apps" app_of_apps_namespace: "argocd" app_of_apps_path: "manifests/00-argocd-app-of-apps-chart" app_of_apps_revision: "main" app_of_apps_auto_sync: true app_of_apps_self_heal: true app_of_apps_prune: false # Container Mom AppProject create_container_mom_project: true