We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60af830 commit e80436dCopy full SHA for e80436d
docs/tutorials/setup_k8s.md
@@ -227,7 +227,7 @@ rm argocd-linux-amd64
227
Create a new argocd project from the command line, with permissions to deploy into your namespace:
228
```
229
argocd login localhost:8080
230
-argocd proj create t03 -d https://kubernetes.default.svc,t03-beamline -s "*"
+argocd proj create t03 -d https://kubernetes.default.svc,t03-beamline -d https://kubernetes.default.svc,argocd -s "*"
231
232
233
When deploying to the same cluster that Argo CD is running in the destination cluster is by default aliased as "in-cluster".
0 commit comments