Skip to content

Commit 71b1dac

Browse files
committed
docs: Use versioned installation manifests in install docs (#233)
* docs: Use versioned installation manifests in install docs Signed-off-by: jannfis <[email protected]> * docs: Use versioned installation manifests in install instructions Signed-off-by: jannfis <[email protected]>
1 parent dd31d1e commit 71b1dac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/spelling/allow.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ gh
7272
ghcr
7373
githash
7474
github
75+
githubusercontent
7576
GOARCH
7677
goimports
7778
golang

docs/install/start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Argo CD is running. Don't worry, without any configuration, it will not start me
8585
### Apply the installation manifests
8686

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

9191
!!!note "A word on high availability"

0 commit comments

Comments
 (0)