Change from .net to .io 2

Signed-off-by: sreejith-rajashekaran <sreejith.rajashekaran@hotmail.com>
This commit is contained in:
sreejith-rajashekaran 2025-05-29 13:46:05 +05:30
parent 7beb4f7112
commit bf331b87bc
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ spec:
Use the definition in `vela` command line works the same, you can compose the application yaml manually and deploy by `vela up` command.
```
vela up -f https://kubevela.net/example/applications/first-app.yaml
vela up -f https://kubevela.io/example/applications/first-app.yaml
```
Application is also one kind of Kubernetes CRD, you can also use `kubectl apply` or invoke Kubernetes API to integrate with vela application.