Uninstalling Postgres using Helm charts
To uninstall Postgres pod using Helm charts
- Use the following command to uninstall Postgres pod using Helm charts:
# helm uninstall postgresql -n <namespace_name>
To uninstall Postgres pod using Helm charts
# helm uninstall postgresql -n <namespace_name>