For the helm charts, is there an option to only ru...
# ory-selfhosting
l
For the helm charts, is there an option to only run the migrate init container? My idea is to have a main
skaffold.yaml
file for the Ory services and another
skaffold.migrate.yaml
for migrations. That way, migrations can be run as needed instead of toggled via the
autoMigrate
option.
actually, I can just set an env variable for the autoMigrate option in those cases. 🤔
Ignore me.
s
Or use profiles?
👀 1