mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-30 21:37:18 +00:00
7 lines
211 B
Markdown
7 lines
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
|
||
|
|
```
|