-
Bug
-
Resolution: Done
-
Normal
-
None
-
4.6.2
-
None
-
Quality / Stability / Reliability
-
False
-
-
False
-
-
-
-
-
0
-
Moderate
USER PROBLEM
When creating Central CR on OpenShift UI, the spec.central.persistence config is automatically added:
spec: central: persistence: persistentVolumeClaim: claimName: stackrox-db
The "Form view" for creating the Central CR does not have any field to update spec.central.persistence settings.
The spec.central.persistence config does not seem to do anything; removing the config from the Central CR has no effect on Central functionality.
ACS v4.6 documentation (https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.6/html-single/installing/index#install-using-helm-customizations-ocp) has dropped the spec.central.persistence parameters from the configurable parameters for Central.
The spec.central.persistence config should not be auto-added to Central CR, and should be removed from Central CRD.
CONDITIONS
The spec.central.persistence config has been replaced by spec.central.db.persistence config:
spec: central: db: persistence: persistentVolumeClaim: claimName: central-db
ROOT CAUSE
- pending
FIX
- pending