k8up-io / k8up

Kubernetes and OpenShift Backup Operator
https://k8up.io/
Apache License 2.0
617 stars 63 forks source link

Ignore commented-out targets in `make help` #903

Closed mhutter closed 10 months ago

mhutter commented 10 months ago

Summary

There's a target that is commented-out in envtest/integration.mk that still shows up in the output of make help.

This commit filters out lines that start with a comment (#)

Plus I removed some commented-out code, because this is Git.

Checklist

For Code changes