Bug 1475264 - Pod environment variable empty in openshift console
Summary: Pod environment variable empty in openshift console
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 3.3.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Samuel Padgett
QA Contact: XiaochuanWang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-07-26 10:17 UTC by Jaspreet Kaur
Modified: 2020-09-10 11:02 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-07-26 12:35:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jaspreet Kaur 2017-07-26 10:17:38 UTC
Description of problem: In our template, we use variable from a configMap. Pods use values from configmap correctly but variable aren't inquire in the console


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. git clone https://github.com/jorgemoralespou/ose-app-promotion-configmap.git


  oc new-project configmap-example
   oc create -f configmap-example.json
  oc create -f node-app-deployment.json
  oc create -f node-app-build.json

2. Check the environment in the pod which is empt while checking in deployments env it shows the environment populated from configmap

Actual results: Pod environment variable empty in openshift console


Expected results:Pod environment variable shouldn't be empty and refer to configmap having the value.

Additional info: works in 3.5


Note You need to log in before you can comment on or make changes to this bug.