Installing New Relic using Qovery Helm container

I’m trying to install New Relic in one of the environments following this doc: New Relic | Docs | Qovery.
In the documentation it says that I have to provide KUBECONFIG, KUBECONFIG_B64 or KUBECONFIG_GET_EKS parameters in order for it to work. Since the KUBECONFIG itself is managed by Qovery and is stored in my S3, I thought I’d try the KUBECONFIG_GET_EKS value, but setting that gives me the following error on deploy:
Error: query: failed to query with labels: secrets is forbidden: User "system:node:ip-10-0-3-239.eu-central-1.compute.internal" cannot list resource "secrets" in API group "" in the namespace "nri-kubernetes": No Object name found (see screenshot attached)

Do you have any pointers to what I could have missed?

Hello,
You have to set AWS_DEFAULT_REGION, AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY envs vars in order to make it work.

Helm looks for those variables to deploy the chart.

Please let me know if you have further questions.