diff options
| author | jannfis <jann@mistrust.net> | 2021-08-02 14:55:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-02 14:55:04 +0200 |
| commit | c715b686125d6b3a348d97c8ac2c69a8ee616a54 (patch) | |
| tree | 71a19034cf04e30877ec8b0cddfd44ce823b3fab /docs/install | |
| parent | cd61141526315ca470aa166139fdd40b6a56ead7 (diff) | |
docs: Use versioned installation manifests in install docs (#233)
* 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>
Diffstat (limited to 'docs/install')
| -rw-r--r-- | docs/install/start.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install/start.md b/docs/install/start.md index 245f9e1..0478966 100644 --- a/docs/install/start.md +++ b/docs/install/start.md @@ -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" |
