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.