# Default values for container-mom-operator # These values are fallbacks in case the variables are not defined in vault # Ideally, you would use the vault-stored values in production # Forgejo settings forgejo_api_token: "" # Empty default - should be set in vault forgejo_url: "https://git.container.mom" forgejo_org: "container-mom" # ArgoCD settings argocd_namespace: "wkl-argocd" argocd_url: "https://wkl-argocd.apps.{{ cluster_name }}.{{ cluster_region }}.container.mom" argocd_auth_token: "" # Empty default - should be set in vault # Domain settings base_domain: "apps.{{ cluster_name }}.{{ cluster_region }}.container.mom"