David Höld
David Höld
Seems to be slightly better with 3.5.0 but still affects our users. Is no one out there who faced the same or a similar issue?
We are on 1.0.3 now and the issue still exist.
I guess this is fixed by the PR https://github.com/hashicorp/terraform-provider-helm/pull/1050 which has been released yesterday in release [v2.9.0](https://github.com/hashicorp/terraform-provider-helm/releases/tag/v2.9.0). I tested it using the example code below: ```terraform data "helm_template" "kube_prometheus_stack" {...
@HaveFun83 @QuentinBtd We are running on EKS 1.34 with Velero 1.17.1 (helm chart version 11.2.0) and it is working. You might forgot to enable `privilegedFsBackup` on the node-agent pods? The...