helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Results 35 helm-charts issues
Sort by recently updated
recently updated
newest added

example usage : _values.yaml_ ```yaml cloudflare: secretName: cloudflare-tunnel-token secretKey: tunnel-token ```

There's a number of issues and pull requests that are multiple months old. Not sure who can approve PRs? Can a [CODEOWNERS](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners) file be setup to automatically tag the right...

As described in https://github.com/cloudflare/helm-charts/issues/33 Rel: - https://github.com/cloudflare/cloudflared/issues/617 - https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/tunnel-guide/local/local-management/arguments/

in order to have better control over where the tunnel deployment's pod end up, please allow: - nodeSelector or affinities - tolerations to be specified in https://github.com/cloudflare/helm-charts/blob/main/charts/cloudflare-tunnel-remote/templates/deployment.yaml

I noticed that https://github.com/cloudflare/helm-charts/pull/11 was created and subsequently closed due to a lack of sufficient metrics exposed in cloudflared. Now that cloudflared supports a more useful set of metrics (described...

[cloud-flare Helm chart](https://github.com/cloudflare/helm-charts/tree/main/charts/cloudflare-tunnel) - version: 0.3.0 - when deployed, fails! Here's the error message; ``` 2023-10-17T02:06:55Z ERR Failed to serve quic connection error="Unauthorized: Invalid tunnel secret" connIndex=0 event=0 ip=198.41.192.272 023-10-17T02:06:55Z...

This chart forces me to put a hard-coded and sensitive value to my `values.yaml` file. I can't externalize this secret as an externalSecret object. Proper way of creating this secret...

Consider adding network policies as an opt-in feature as part of this helm chart. With some templating - this could be handled gracefully and configurable. considerations: default deny (baseline deny...