Skip to main content
Version: 1.2.1

Solution Removal

Using Docker Compose

To remove the solution using Docker Compose, follow these steps:

  1. Navigate to the folder containing the previously installed archive docker-compose-v1.2.1.zip.
  2. Stop the ASOC containers defined in the docker-compose.yaml manifest:
    docker-compose down
  3. If necessary, delete the database data:
    docker-compose down --volumes

Using Helm Chart

To remove the solution via Helm Chart, execute the following command:

helm uninstall <RELEASE_NAME> -n <namespace>
info

When removing via Helm Chart, the secret poll-secret and pv are preserved.