lwolf / kube-cleanup-operator

Kubernetes Operator to automatically delete completed Jobs and their Pods
MIT License
502 stars 109 forks source link

Need support for priorityClass and containerSecurityContext #83

Closed AshutoshNirkhe closed 2 years ago

AshutoshNirkhe commented 2 years ago

The kube-cleanup-operator chart shall support providing container level securityContext and priorityClass for the pod.
I can raise a PR for this if you are good @lwolf :)

lwolf commented 2 years ago

Sure, feel free to make a PR

AshutoshNirkhe commented 2 years ago

Sure, feel free to make a PR

Opened https://github.com/lwolf/kube-cleanup-operator/pull/84 . Please feel free to review/approve if good. Thanks.