Commit 7ebd4e09 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat(argo): add update command

parent cac8a6d4
Loading
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -50,11 +50,20 @@ spec:
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

This is an example of an ArgoCD Application manifest which deploys this MkDocs application.

```yam
```yaml
---
apiVersion: "argoproj.io/v1alpha1"
kind: "Application"