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