Closed pbalogh-sa closed 4 years ago
Signed-off-by: Peter Balogh p.balogh.sa@gmail.com
In the case of destroying a job, the pods aren't deleted. With this feature, we can set a cascade delete.
resource "k8s_manifest" "job" { content = "${data.template_file.job.rendered}" delete_cascade = true }
Signed-off-by: Peter Balogh p.balogh.sa@gmail.com
What's in this PR?
In the case of destroying a job, the pods aren't deleted. With this feature, we can set a cascade delete.