lwolf / kube-cleanup-operator

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

fix annotations usage with #73

Closed talbright closed 3 years ago

talbright commented 3 years ago

Only render annotations: if there are any.

talbright commented 3 years ago

@lwolf looks like the build is broken (this might be transient):

The command "echo "$QUAY_PASSWORD" | docker login -u "$QUAY_LOGIN" quay.io --password-stdin" failed and exited with 1 during .
lwolf commented 3 years ago

yeah, I need to exclude "release" step from PRs. Will go away as soon as https://github.com/lwolf/kube-cleanup-operator/issues/65 is done.

lwolf commented 3 years ago

thanks for the PR!