Hi does anyone know how to deploy a keto typescrip...
# ory-selfhosting
c
Hi does anyone know how to deploy a keto typescript namespace definition using helm (and helmfile). Can't find a way to put my file inside de container.
t
I don't think it's possible with helm, only via the Keto API or CLI. It would be nice if
keto-maestro
existed, similar to Hydra and Oathkeeper though
h
You can specify the file like this
Copy code
namespaces:
  location: file:///home/ory/permissions-model.ts
w
@creamy-pizza-99993 How did you solve this problem? I'm experiencing the same with Keto / Helm. @hundreds-telephone-89736 Does it work in case of helm?