Kubernetes Configure Job To Fail on Certain Exit Codes
4/13/2020
Is it possible in Kubernetes to mark a job as succeeded, even though it doesn't exit with 0? I have a custom application where an exit code greater than 0 means something specific (that's not an error).