redhatgov.github.io
redhatgov.github.io copied to clipboard
OpenShift 101 - Make blue/green difference more obvious
suggest just a simple line change in routes/index.js
line 37 could alternate between:
var markerColor = "#0000FF";
and
var markerColor = "#00FF00";
also, this would be a good point to include a CodeReady Workspaces lab
to be clear, this would be an update to the instructions in lab 9 to change the marker color.