-
Bug
-
Resolution: Done-Errata
-
CNV v4.12.2
-
False
-
-
False
-
CLOSED
-
---
-
---
-
-
-
CNV I/U Operators Sprint 233
-
Medium
Description of problem:
-----------------------
HCO jsonpatch annotation[1] support modifying HCO managed CRs (i.e) KubeVirt, CDI, CNAO. There is no support for changing SSP using HCO jsonpatch annotation.
In the case of Crypto policy feature for CNV v4.12, to enable modifing TLS security policy of specific CR (i.e) SSP, we would need HCO jsonpatch annotation support SSP.
Version-Release number of selected component (if applicable):
-------------------------------------------------------------
CNV v4.12
How reproducible:
-----------------
Always
Steps to Reproduce:
-------------------
1. Modify SSP .spec.tlsSecurityProfile using HCO jsonpatch annotation
- oc annotate --overwrite hco kubevirt-hyperconverged -n openshift-cnv ssp.kubevirt.io/jsonpatch='[{"op": "add", "path": "/spec/tlsSecurityProfile", "value": {"type": "Old", "old": {}, "intermediate": null, "modern": null, "custom": null}}]'
Actual results:
---------------
HCO jsonpatch annotation doesn't work to update SSP
Expected results:
-----------------
HCO jsonpatch annotation should support updating SSP operator
- external trackers
- mentioned on