Run SurrealDB with garden
# 🌱|help-and-getting-started
g
Hi i am currently trying to run surrealDB with garden.io (using docker desktop). I was able to install the tidb helm chart but i've got issues with the first step adding CRDs :/ https://surrealdb.com/docs/surrealdb/deployment/kubernetes#deploy-tidb-operator One thing the CDRs are to large ~1.1mb Another issue i've got is creating the tidb cluster. (https://surrealdb.com/docs/surrealdb/deployment/kubernetes#2-create-the-tidb-cluster)
Copy code
yaml
kind: Deploy
name: tidb-cluster
type: kubernetes

dependencies:
  - deploy.tidb-operator
spec:
  files:
    - ./manifests/tidb-cluster.yaml
This runs into a timeout (also it would be awesome if i can use a url to select the tidb-cluster.yaml) Any ideas or workarounds you would recommend?