In order to uninstall MongoDB addon, follow the instruction given below.
stash-mongodb
addon YAMLsRun the following script to uninstall stash-mongodb
addon that was installed as Kubernetes YAMLs.
curl -fsSL https://github.com/stashed/catalog/raw/v0.1.0/deploy/script.sh | bash -s -- --uninstall --catalog=stash-mongodb
stash-mongodb
chartRun the following script to uninstall stash-mongodb
addon that was installed as a Helm chart.
curl -fsSL https://github.com/stashed/catalog/raw/v0.1.0/deploy/chart.sh | bash -s -- --uninstall --catalog=stash-mongodb
In order to uninstall MongoDB addon only for a specific database version, use --version
flag to specify the desired version.
curl -fsSL https://github.com/stashed/catalog/raw/v0.1.0/deploy/chart.sh | bash -s -- --uninstall --catalog=stash-mongodb --version=3.6