helm-charts
helm-charts copied to clipboard
[ISSUE] Uninstall is not removing config service
Describe the bug
When I try to uninstall an instance created with loadBalancer.enabled parameter set to false, service timescaledb-config is not removed.
To Reproduce
helm install timescaledb timescale/timescaledb-single --set "loadBalancer.enabled"=falsehelm uninstall timescaledbkubectl get service | grep config
Expected behavior config service should be removed.
The config service is recreated by Patroni, and therefore can exist afterwards.
To fully purge all objects belonging to a cluster, see:
https://github.com/timescale/timescaledb-kubernetes/blob/master/charts/timescaledb-single/admin-guide.md#cleanup
For information, we're using terraform in our workflow, so the uninstall is triggered by terraform too, not expected to have to cleanup it manually :/