blob: b38d542c3042287a65508e0423f22fec9d15d3ef [file] [log] [blame]
# !/bin/bash
# Install OpenProject in development mode, that is without https and allowing writes
# to the container file system.
helm upgrade --create-namespace --namespace openproject --install openproject --set develop=true "$@" .