docs(argocd): add missing Ingress task and note about missing template

This commit is contained in:
Tuan-Dat Tran
2026-02-16 09:25:36 +01:00
parent 99f6876ce9
commit a3cb1928ae

View File

@@ -20,6 +20,7 @@ Available variables are listed below, along with default values (see `defaults/m
The following tasks are performed by this role:
- **Install ArgoCD**: Creates the ArgoCD namespace and applies the installation manifests.
- **Apply ArgoCD Ingress**: Applies an Ingress resource for the ArgoCD server. **Note:** The template file `ingress.yaml.j2` is missing from `templates/`.
- **Apply ArgoCD CM**: Applies a ConfigMap with command parameters for ArgoCD.
- **Apply ArgoCD repository**: Creates a Secret with Git repository credentials.
- **Apply ArgoCD Root Application**: Creates a root Application resource for ArgoCD.