blob: b38d542c3042287a65508e0423f22fec9d15d3ef [file] [log] [blame]
gioc9161872024-04-21 10:46:35 +04001# !/bin/bash
2
3# Install OpenProject in development mode, that is without https and allowing writes
4# to the container file system.
5
6helm upgrade --create-namespace --namespace openproject --install openproject --set develop=true "$@" .