Currently, some components have the possibility of defining StorageClass through the APIManager at the time of installation, but it seems that it does not trigger a redeployment of this same component after it is already installed and the StorageClass is changed.
The client is requesting that the functionality of changing StorageClass be implemented through the APIManager CRD and that it takes effect if it is edited and changed.
.e.g.
spec:
system:
fileStorage:
persistentVolumeClaim:
storageClassName: "nfs-sc"