temporalio / helm-charts

Temporal Helm charts
MIT License
305 stars 335 forks source link

Add to chat the ability to mount client certificates for admin tools deployment #449

Open AnjeiKozhev opened 9 months ago

AnjeiKozhev commented 9 months ago

Is your feature request related to a problem? Please describe.

My cluster is deployed using chart version 1.22.1. After enabling full mTLS, I am not able to use the tstl utility, which requires a client certificate. In the current admintools-deployment.yaml template, I do not see the ability to add and mount a volume containing the necessary certificates from the Kubernetes secret.

Describe the solution you'd like

add such an opportunity to the chart or add a description to the readme if such an opportunity already exists.

Additional context

robholland commented 3 months ago

Implemented in https://github.com/temporalio/helm-charts/pull/463