doc(argo-cd): describe sync via Kubectl
This commit is contained in:
parent
5421b15d4e
commit
1f1681cd43
1 changed files with 10 additions and 0 deletions
10
README.md
10
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.
|
||||
|
|
Loading…
Reference in a new issue