jaegertracing / helm-charts

Helm Charts for Jaeger backend
Apache License 2.0
258 stars 340 forks source link

[jaeger-operator] Allow setting the Certificate Issuer Kind #446

Closed fernferret closed 1 year ago

fernferret commented 1 year ago

What this PR does

Allow setting the Certificate Issuer kind to ClusterIssuer while retaining the default type of Issuer.

If certs.issuer.create=true is set, the Certificate's Issuer Kind will always be Issuer, since this change does not allow the built-in issuer's kind to be modified.

Which issue this PR fixes

Checklist