jina-ai / jcloud

Simplify deploying and managing Jina projects on Jina Cloud
https://docs.jina.ai/concepts/jcloud/
Apache License 2.0
298 stars 13 forks source link

fix: handle the validation for serverless #106

Closed zac-li closed 1 year ago

zac-li commented 1 year ago

Goal serverless support was removed by https://github.com/jina-ai/jcloud/pull/103/files.

This syntax is something that's specific to us not Hubble, so we need to handle that in addition to what Hubble has been already doing. Otherwise we would have validation error.

I verified that it's now working locally after the patch.

@jina-ai/team-wolf