Hide Forgot
Description of problem: Default "dancer-mysql-example" template has no CPAN_MIRROR env variable value Version-Release number of selected component (if applicable): dev_preview_stg OpenShift Master: v3.2.1.15-8-gc402626 Kubernetes Master: v1.2.0-36-g4a3f9c5 How reproducible: Always Steps to Reproduce: 1. $ oc get template dancer-mysql-example -n openshift -o json 2. Output should contain value in "CPAN_MIRROR" env variable Actual results: ... { "name": "CPAN_MIRROR", "displayName": "Custom CPAN Mirror URL", "description": "The custom CPAN mirror URL" } ... Expected results: ... { "name": "CPAN_MIRROR", "displayName": "Custom CPAN Mirror URL", "description": "The custom CPAN mirror URL", "value": "https://mirror.openshift.com/mirror/perl/CPAN/" } ... Additional info:
Seems like the online template was not customized properly.
Just noticed. The same situation with "django-psql-example" template and "PIP_INDEX_URL" env var, do I need to file new bug for this?