TykTechnologies / tyk-charts

Mozilla Public License 2.0
25 stars 21 forks source link

Small issue with tyk-gateway.gateway.opentelemetry.tls.caFileName #343

Closed dklenke closed 3 weeks ago

dklenke commented 1 month ago

Hi,

I noticed the opentelemetry caFileName setting in the tyk-gateway chart might not work as intended. Like the keyFile and certFile settings caFile is defined in _helpers.tpl as "otel-tlsCAPath" but in the deployment yaml "otel-CAPath" is included which is undefined as far as I can see. Not a blocker for us but does not seem intended.