Delete the TimesTen Custom Resource Definitions (CRDs)

To delete the TimesTen Custom Resource Definitions (CRDs) from your cluster, you uninstall the ttcrd release that you previously installed.

Note:

Use caution when deleting the TimesTen CRDs. This action may cause the immediate deletion of any TimesTen databases that are deployed.
  1. Confirm the ttcrd release.
     helm list

    Output.

    NAME            NAMESPACE       REVISION        UPDATED                                 STATUS          CHART                   APP VERSION
    ttcrd           mynamespace     3               2023-10-24 23:31:06.530832896 +0000 UTC deployed        ttcrd-2211190.1.0       22.1.1.19.0

    The ttcrd release is installed. The chart is ttcrd.

  2. Uninstall the ttcrd release. This operation deletes the TimesTen CRDs.
    helm uninstall ttcrd

    Output.

    release "ttcrd" uninstalled
You successfully deleted the TimesTen CRDs.