cert-manager / trust-manager

trust-manager is an operator for distributing trust bundles across a Kubernetes cluster.
https://cert-manager.io/docs/projects/trust-manager/
Apache License 2.0
254 stars 68 forks source link

Init Container cert-manager-package-debian Helm Chart should allow resource requests and limits #294

Open niklastanner opened 8 months ago

niklastanner commented 8 months ago

I only looked at the Helm Chart for this issue!

The Trust Manager itself has a resources: block within the values.yaml. The Init Container cert-manager-package-debian should have this option too.

Many policies these days enforce a resource limitation to be set or at least recommend it. So an optional resources block for the init container would be appreciated.

niklastanner commented 8 months ago

Proposed solution with Pull Request #295