Solution Removal
Using Docker Compose
To remove the solution using Docker Compose, follow these steps:
- Navigate to the folder containing the previously installed archive
docker-compose-v1.2.1.zip. - Stop the ASOC containers defined in the
docker-compose.yamlmanifest:docker-compose down - 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.