doc(argo-cd): describe sync via Kubectl

This commit is contained in:
Sebastian Mark 2024-09-03 13:24:07 +02:00
parent 5421b15d4e
commit 1f1681cd43

View file

@ -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.