zero
zero copied to clipboard
investigate ways to ensure correct context for helm_charts resources during `terraform destroy`
given the wrong ~/.kube/config (users operate multiple cluster but didn't run make update-k8s-conf before doing teardown), terraform destroy of helm-charts resources could end up targeting the wrong resources
potentially use the on_delete hook on the resource to make sure the context is matching to block the deletion of wrong resources