Open
Description
When using helm, the <RELEASE_NAME>_PORT
environment variable is set to tcp://:. If the release name is simply gomp
, this results in GOMP_PORT
being set to something other than just the port # as an integer, which conflicts configuration of the application:
Line 207 in 8f553b3