AzBuilder / terrakube-helm-chart

Helm chart to install Terrakube in any Kubernetes cluster
Apache License 2.0
33 stars 25 forks source link

Missed proxy configuration #107

Open dalibenman opened 7 months ago

dalibenman commented 7 months ago

Configure http_proxy and https_proxy via values file would be with a huge help

alfespa17 commented 7 months ago

You already can do this, you could check this document

https://docs.terrakube.io/getting-started/deployment/proxy-configuration

dalibenman commented 7 months ago

Thanks for your reply ! I think it's more convinient to define these params directly in secrets templates to be then automatically injected in each container.

alfespa17 commented 7 months ago

I am not sure how to add the environment variable JAVA_TOOL_OPTIONS as another param to the templates to set the proxy configuration and also allow future JVM settings, if you have any idea or if you want to contribute to the helm chart all pull request are welcome.