feat(argo): add update command
This commit is contained in:
parent
cac8a6d4e7
commit
7ebd4e093e
1 changed files with 10 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue