From 1f1681cd434784557f3d7607dd1749daeba6594a Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Tue, 3 Sep 2024 13:24:07 +0200 Subject: [PATCH] doc(argo-cd): describe sync via Kubectl --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d719d1e..b5f81a4 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,16 @@ To retrieve the initial admin password use To change the password follow [Argocd account update password](https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd_account_update-password/). +#### Sync Applications with Kubectl + +Add to application: +```yaml +operation: + sync: + syncStrategy: + hook: {} +``` + ### Linode PROXY protocol needs to be enabled for ingress-nginx to see the clients IP in ingress log.