Optional: Deleting object stores post-deployment

You can delete extra object stores post-deployment by deleting it from the ACCE and updating the custom resource file to remove the extra data source configuration from Content Platform Engine pod.

Procedure

  1. Determine the database or table space that you want to delete by reviewing the data source's information in the custom resource YAML used for your deployment, backup the database if necessary.
  2. Delete the object store. For more information, see Deleting an object store.
  3. Modify the custom resource to remove the deleted object store's related data source information from the datasource_configuration.dc_os_datasources section.
  4. If the deleted object store has initialization information in the initialize_configuration.ic_obj_store_creation.object_stores section, modify the custom resource to remove the related initialization information.
  5. If the deleted object store has credential information in the ibm-fncm-secret, modify the secret to remove the deleted object store's related credential information.
  6. Apply the updated custom resource and allow the operator to remove that data source information from Content Platform Engine pod.