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

Public hostnames aren't propagated automatically. In the example below you can see our configuration: ``` cloudflare: ingress: - hostname: prom-server.domain.com service: https://prometheus-server.monitoring:80 ``` But these settings aren't applying automatically. It...

I have a use case where I inject the K8s secret with [Kubernetes Secrets Store CSI Driver](https://github.com/cloudflare/helm-charts/issues/new#kubernetes-secrets-store-csi-driver). To be able to do this, I need to have extra Volumes or...

I faced an issue with preset wildcard rule. So, here is a fix for this issue. Previous behaviour is saved, chart version is bumped.

Need `nodeSelector`. It's in the Chart's values already, so let's make use of it.

Helm charts certainly make things easier and more standardised, so I am glad this exists. My suggestion/feature request would be to allow users to inject the credentials file from a...

I was trying to use my own ingress service instead of http_status:400. There is no way to do that with current implementation. Either add default service wtih ingress map or...

PR https://github.com/cloudflare/helm-charts/pull/38 has introduced external secrets support for the main `cloudflare-tunnel` chart. As per the listed below links, the community does need this feature to be ported to `cloudflare-tunnel-remote` chart...

What --- The `charts/cloudflare-tunnel-remote` chart defines values for securityContext: https://github.com/cloudflare/helm-charts/blob/b85225eb49e1b0b40328c70d4541a27ec5e2b82e/charts/cloudflare-tunnel-remote/values.yaml#L35 and podSecurityContext: https://github.com/cloudflare/helm-charts/blob/b85225eb49e1b0b40328c70d4541a27ec5e2b82e/charts/cloudflare-tunnel-remote/values.yaml#L30 but does not apply them to the pod template in deployment. This simply maps the intended securityContext...

My first issue was that `resources` was not taken into account even when provided in the `values.yaml`. I realize that some others fields were missing, I'm fixing it by mostly...