| Giorgi Lekveishvili | 4ec4c02 | 2024-08-17 15:09:24 +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 "$@" . | ||||