a helm/charts for chaskiq
To install the chart with the release name chaskiq
using a dedicated namespace(recommended):
helm install --create-namespace --namespace chaskiq chaskiq ./chaskiq-helm
Go to the chaskiq pod and execute
bundle exec rails db:setup
bundle exec rails db:migrate
bundle exec rails db:seed
bundle exec rails admin_generator
To uninstall/delete the chaskiq
:
helm delete chaskiq --namespace chaskiq