mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-25 19:07:18 +00:00
7 lines
No EOL
211 B
Markdown
7 lines
No EOL
211 B
Markdown
```
|
|
argocd app create crd-creation \
|
|
--repo https://github.com/argoproj/argo-cd.git \
|
|
--path test/e2e/functional/crd-creation \
|
|
--dest-server https://kubernetes.default.svc \
|
|
--dest-namespace default
|
|
``` |