-
csv: Fix metrics utility fields (#1783)
released this
2024-03-26 13:16:27 +00:00 | 121 commits to main since this releaseThe metrics utility fields were configured under the statusDescriptors
section rather than specDescriptors so displaying those fields in the
UI wasn't done correctly (not under the Advanced section nor using the
correct field type).This also changes the
metrics_utility_configmapdescriptor from
urn:alm:descriptor:com.tectonic.ui:selector:core:v1:ConfigMapto
urn:alm:descriptor:io.kubernetes:ConfigMapbecause the first value
doesn't work.Finally, all metrics utility fields are only displayed (in the Advanced
section) whenmetrics_utility_enabledis enabled (not default).Signed-off-by: Dimitri Savineau dsavinea@redhat.com
Downloads