cloudflare / cloudflare/helm-charts
Feature Request: Support existing secret for remote tunnel
Open
- Dominant language
- Smarty
- Stars
- 141
- Forks
- 96
- PR merge metrics
- No merged PRs in 30d
Description
# Description
Currently we have to following values we can pass into the `cloudflare-tunnel-remote` helm chart for the tunnel token
```
# Cloudflare parameters.
cloudflare:
tunnel_token: ""
```
This creates a secret in the k8s cluster that is referenced by the deployment. I want to be able to utilize an existing secret that already exists on the cluster as usually my infra code gets deployed with IaC.
This pattern is utilized by some of the popular helm charts as well such as `postgres`, `artifactory-oss`, `harbor`, etc.
I'd be happy to help out by creating a PR for this feature, if needed as well.
Contributor guide
Assessment
This issue has not been assessed yet.