Skip to content

Commit e80436d

Browse files
authored
Add proj permissions for argocd namespace
1 parent 60af830 commit e80436d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/setup_k8s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ rm argocd-linux-amd64
227227
Create a new argocd project from the command line, with permissions to deploy into your namespace:
228228
```
229229
argocd login localhost:8080
230-
argocd proj create t03 -d https://kubernetes.default.svc,t03-beamline -s "*"
230+
argocd proj create t03 -d https://kubernetes.default.svc,t03-beamline -d https://kubernetes.default.svc,argocd -s "*"
231231
```
232232

233233
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

Comments
 (0)