Hide Forgot
Created attachment 1201165 [details] Screenshot Description of problem: Can't delete empty environment variable on build-config edit page. 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. Create new app using default "dancer-mysql-example" template. 2. Go to build-config edit page 3. Click on "✕" near CPAN_MIRROR env variable. Actual results: Nothing happens Expected results: Environment variable should be deleted Additional info: If value is changed to non-empty then environment variable could be deleted $ oc get template dancer-mysql-example -n openshift -o json ... { "name": "CPAN_MIRROR", "displayName": "Custom CPAN Mirror URL", "description": "The custom CPAN mirror URL" } ...
Can be reproducible only until this bug is not resolved https://bugzilla.redhat.com/show_bug.cgi?id=1376386
@bpeterse can you verify that this is fixed with the new env var editor
Will do.
We can delete ENV VAR on INT cluster which is based on v3.3.0.30. Thanks, Vu
Great, thanks Vu!
The INT cluster with OCP 3.3 allows users to delete ENV VAR via UI. The STG cluster will eventually upgraded to 3.3 and will have that capability as well. Will close this bug as NEXTRELEASE. Thanks, Vu