Description of problem: No config map to select when adding environment variables for hooks Version-Release number of selected component (if applicable): v3.7.0-0.191.0 How reproducible: Always Steps to Reproduce: 1. oc new-app -f https://raw.githubusercontent.com/openshift/origin/master/examples/sample-app/application-template-stibuild.json oc create -f https://raw.githubusercontent.com/openshift-qe/v3-testfiles/master/configmap/configmap.yaml 2.Goto dc/frontend edit page, add environment variables for Pre/Post hooks. Click Add Value from Config Map or Secret under the Pre/Post hooks part, input env name and try to select above config map in dropdown list 3. Actual results: There is no config map part in the dropdown list. Expected results: Should find the existing config map in the dropdown list Additional info:
This bug would have existed in 3.6 as well.
Fix is in https://github.com/openshift/origin-web-console/pull/2459
Fix moved to https://github.com/openshift/origin-web-console/pull/2461
Check this issue on OCP v3.7.0-0.196.0, will find the config map part when adding env for hooks, and the environment from config map will show in hooks on the configuration tab, looks like "foo set to key special.how in config map special-config ", Change status to verified.