k8s install failed with fatal error stable 12
lspvic opened this issue · 4 comments
lspvic commented
ArgumentError: Value for edition must be one of standard, bim but is classic
I think it is related with this commit 19269f8 add the env OPENPROJECT_EDITION=class
JulianBueno-Code commented
change OPENPROJECT_EDITION to standard
wielinde commented
@machisuji That's true. "classic" is the wrong value for normal OpenProject. It needs to be "standard". See allowed values here https://github.com/opf/openproject/blob/d5f00b5700eae4ef06acd6277a5e718f474a40a6/config/constants/settings/definitions.rb#L347
machisuji commented
My bad! Fixing it.
machisuji commented
This has been fixed. Sorry for the trouble.