hi, using kratos latest chart `0.24.2` when enabli...
# ory-selfhosting
b
hi, using kratos latest chart
0.24.2
when enabling automigration with type
job
i got:
Copy code
Last Helm logs:

serviceaccounts "ory-kratos-job" not found
creating 1 resource(s)
creating 7 resource(s)
beginning wait for 7 resources with timeout of 5m0s
Deployment is not ready: ory-kratos/ory-kratos. 0 out of 1 expected pods are ready
i figured, the namespace where kratos is deployed is called
ory-kratos
not kratos, it seems by default it will look for a svc account with namespace as prefix
w
hi there. In this case
ory-kratos
is the release name and not namespace 🙂 But there was a bug with extraVolumes/Mounts in 0.24.2
0.24.3 was released today, which addresses this issue
I was speaking about https://github.com/ory/k8s/releases 🙂 there were changes related to migration
b
thanks! lm try the latest chart