By default, all projects share the same object storage configured during the installation. If you need to isolate project resources, you can configure dedicated object storage for each project.
In the Hybrid Manager console (HM), select the Projects tab.
Select the project for which you want to configure dedicated object storage.
Get the project ID from the URL. The project ID is the string of characters after
/projects/in the URL.For example, in the URL
https://hybrid-manager.example.com/projects/prj_Abc123, the project ID isprj_Abc123.Normalize the project ID by replacing all underscores (
_) with hyphens (-) and convert all letters to lowercase. For example,prj_Abc123becomesprj-abc123.Create the object storage secret in your Kubernetes cluster. Use the provider-specific
stringData:block from Configuring object storage. The secret body is identical to the defaultedb-object-storagesecret — only the name differs, and it must beedb-object-storage-<normalized-project-id>.