Skip to content

Commit

Permalink
docs: Use versioned installation manifests in install docs (#233)
Browse files Browse the repository at this point in the history
* docs: Use versioned installation manifests in install docs

Signed-off-by: jannfis <jann@mistrust.net>

* docs: Use versioned installation manifests in install instructions

Signed-off-by: jannfis <jann@mistrust.net>
  • Loading branch information
jannfis committed Aug 8, 2021
1 parent dd31d1e commit 71b1dac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ gh
ghcr
githash
github
githubusercontent
GOARCH
goimports
golang
Expand Down
2 changes: 1 addition & 1 deletion docs/install/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Argo CD is running. Don't worry, without any configuration, it will not start me
### Apply the installation manifests

```shell
kubectl apply -n argocd -f manifests/install.yaml
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-image-updater/stable/manifests/install.yaml
```

!!!note "A word on high availability"
Expand Down

0 comments on commit 71b1dac

Please sign in to comment.