Make CRD condition expression configurable#296
Conversation
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
erikgb
left a comment
There was a problem hiding this comment.
/lgtm
/approve
/hold
Could we deprecated the "non-standard" value for this in cert-manager and avoid this change? I am guessing there was a reason for renaming this value in newer projects (compared to cert-manager).
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: erikgb The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
We already show a deprecation warning: https://github.com/cert-manager/cert-manager/blob/99aded1d141f6c5fd11399f2a1054c50b6f09fcd/deploy/charts/cert-manager/templates/NOTES.txt#L2 /unhold |
For the cert-manager/cert-manager repo, we want the expression to be
or .Values.crds.enabled .Values.installCRDsinstead of just.Values.crds.enabled.See cert-manager/cert-manager#7718 for the full PR.