You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to avoid using the word cluster in the docs so many times but it
really doesn't make sense. Just embrace it and use it while making a
note that its possible to use one cluster in place of multiple clusters.
Copy file name to clipboardExpand all lines: docs/deploy-guide/getting-started.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ The layout of this repo will be something like:
57
57
58
58
To get started, you'll need a Deploy Repository that you can commit to. This means you should have write access to this repository.
59
59
60
-
For the deployment tool, [ArgoCD](./argocd.md), you'll need to set up read-only credentials. This allows ArgoCD to fetch the necessary data without making any changes to your repository. One way to achieve this is by using [GitHub Deploy Keys][gh-deploy-keys] or similar solutions.
60
+
For the deployment tool, [ArgoCD][argocd], you'll need to set up read-only credentials. This allows ArgoCD to fetch the necessary data without making any changes to your repository. One way to achieve this is by using [GitHub Deploy Keys][gh-deploy-keys] or similar solutions.
0 commit comments