From a3cb1928ae26d1f2b0bb92a3baf4fd1972f0b14d Mon Sep 17 00:00:00 2001 From: Tuan-Dat Tran Date: Mon, 16 Feb 2026 09:25:36 +0100 Subject: [PATCH] docs(argocd): add missing Ingress task and note about missing template --- roles/kubernetes_argocd/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/kubernetes_argocd/README.md b/roles/kubernetes_argocd/README.md index 7e8335c..2198bfa 100644 --- a/roles/kubernetes_argocd/README.md +++ b/roles/kubernetes_argocd/README.md @@ -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.