STRRL / cloudflare-tunnel-ingress-controller

🚀 Expose the website directly into the internet! The Kuberntes Ingress Controller based on Cloudflare Tunnel.
MIT License
644 stars 37 forks source link

Specify Custom Secret #56

Closed VoyTechnology closed 10 months ago

VoyTechnology commented 11 months ago

It seems like the only way to create the secret is by providing the values directly in the helm values. In cases where infrastructure as code is used, this is very unsafe and instead the secret can be loaded from an external source, and provided to the deployment using a custom certificate.

This means that the values.yaml file should have a section to allow to provide your own custom secretRef, and then it be used for the deployment.yaml template.