feat(argo): add update command

This commit is contained in:
Simon Cornet 2026-04-01 09:34:24 +02:00
commit 7ebd4e093e

View file

@ -50,11 +50,20 @@ spec:
EOF EOF
``` ```
## Update ArgoCD
```yaml
kubectl apply -n argocd \
--server-side \
--force-conflicts \
-f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
```
## ArgoCD Applications ## ArgoCD Applications
This is an example of an ArgoCD Application manifest which deploys this MkDocs application. This is an example of an ArgoCD Application manifest which deploys this MkDocs application.
```yam ```yaml
--- ---
apiVersion: "argoproj.io/v1alpha1" apiVersion: "argoproj.io/v1alpha1"
kind: "Application" kind: "Application"