-
Bug
-
Resolution: Done
-
Normal
-
RHODS_1.26.0_GA, RHODS_1.25.0_GA
-
False
-
None
-
False
-
Release Notes
-
Testable
-
No
-
-
-
-
-
-
-
1.27.0-30
-
No
-
-
Bug Fix
-
Done
-
No
-
Yes
-
None
-
-
-
RHODS 1.27, RHODS 1.28
Description of problem:
When a user add environment variables to their workbench by uploading a ConfigMap, those env variables get stored into a Secret instead of ConfigMap. Edit page of the workbech shows the variables as Secrets too.
GIF showing the issue:
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- Add environment variables to a workench by uploading a ConfigMap
- Wait until the workbench becomes "Running"
- click on the 3-dots menu on the right of your workbench > click Edit workbench
- check the environment variables section
- check the Secrets and ConfigMaps under the OpenShift project
Actual results:
environment variables which were uploaded as ConfigMap file gets stored and displayed as Secret
Expected results:
environment variables which were uploaded as ConfigMap file gets stored and displayed as ConfigMap
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
RHODS v1.26 (reproduced with 1.25 as well)
Workaround:
N/A