Update cert manager to 1.19.3#109
Conversation
|
This looks a little different from what's at https://github.com/cert-manager/cert-manager/tree/master/deploy/charts/cert-manager, can you confirm where this chart was pulled from? |
Yes, I can confirm. That's the same chart with a small modification. Removed unneeded files:
CRDs: Added crds folder. CRDS from that folder match exactly the same state of CRDs from the cert-manager/templates folder, which cert manager allows to apply with Helm, but in general it is not recommended to deploy CRDs with helm and it is considered not to be safe (cert manager provides workaround but still I would avoid this), so use |
No description provided.