EDITD / kubetools

:nut_and_bolt: Kubetools is a tool and processes for developing and deploying microservices to Kubernetes.
MIT License
13 stars 2 forks source link

Fix defaulting of propagation_policy param in k8s api job deletion #100

Closed eatoncns closed 3 years ago

eatoncns commented 3 years ago

Purpose of PR

The underlying api client looks like it ignores None values passed as argument values but we have seen failures with None values present in the request made to kubernetes api.

This change updates to not pass value through to client at all unless it is explicitly provided.