You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2020. It is now read-only.
The current logic for enforcing $PORT is done in registry:set (on the Controller side in the COnfig model). If a user sets a private registry overall via helm then the Controller does not enforce the $PORT behaviour.
Desired behaviour is for both of them to work like registry:set when it comes to $PORT - This might mean raising inside the Release or App model on a deploy
deis/builder#409
The current logic for enforcing
$PORTis done inregistry:set(on the Controller side in the COnfig model). If a user sets a private registry overall via helm then the Controller does not enforce the$PORTbehaviour.Desired behaviour is for both of them to work like
registry:setwhen it comes to$PORT- This might mean raising inside the Release or App model on a deploy