Introduced new github repo variable - ROUTE_PREFIX.
Description
This var is used when the route gets created. The route need to use domain name that is unique within OpenShift environment. Previously we were using hardcoded value of "chefs" - env.acronym.
The change solves the problem with deployment configuration when OpenShift Route fails to be created with already existing domain name.
Types of changes
Bug fix (non-breaking change which fixes an issue)
Introduced new github repo variable - ROUTE_PREFIX.
Description
This var is used when the route gets created. The route need to use domain name that is unique within OpenShift environment. Previously we were using hardcoded value of "chefs" - env.acronym.
The change solves the problem with deployment configuration when OpenShift Route fails to be created with already existing domain name.
Types of changes
Bug fix (non-breaking change which fixes an issue)
Checklist
Further comments