NeedInfo: in OSE33, it is not possible to use oc edit namespace and modify a label with empty value.
Also, using oc label --overwrite namespace xxx label=<empty value> is not allowed.
After discussing this issue at length with cben, we decided to return this to dev. so that cben can define a way to enter a label with an empty value.
Comment 4Beni Paskin-Cherniavsky
2016-11-03 19:39:41 UTC
Verified.
Following steps:
Project hello3 has label: key=value
Project hello4 has label: key=Value
In CFME Mapped:
key --> MappedKey
Refresh Provider
In CFME:
Checked hello3 --> MappedKey = value
Checked hello4 --> MappedKey = value
Refresh was successful all mapping was as expected.