You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm deploying Ruby on Rails app with this chart, it requires running db migration to make sure db is up to date, usually I can define a Helm hook to start a job to update db.
Hi, I'm deploying Ruby on Rails app with this chart, it requires running db migration to make sure db is up to date, usually I can define a Helm hook to start a job to update db.
This is an article describes how to deploy Rails app to K8s https://engineering.adwerx.com/rails-on-kubernetes-8cd4940eacbe , so I think most Rails apps need a job hook defined, can we add this feature to component-chart?
The text was updated successfully, but these errors were encountered: