with okd:3.11
oc process -f nacos-template.yaml -p STORAGECLASS={your_storage-class} -p NAMESPACE={the namepsace you want install} | oc create -f -
oc process -f nacos-template.yaml -p STORAGECLASS={your_storage-class} -p NAMESPACE={the namepsace you want uninstall} | oc delete -f -