Chirica Gheorghe
Chirica Gheorghe
Hi. I wanted to know what is the status of this issue? Was it fixed/merged? I see there is some fix on it. Thx.
Yes, that settings is great. But when we have multiple spiders each having it's own settings we can't use `SCHEDULE_ADDITIONAL` as this is general settings for all. I was thinking...
Same issue here. Any updates?
OK, I will look into: ``` HelmDriver: os.Getenv("HELM_DRIVER"), KubeContext: os.Getenv("HELM_KUBECONTEXT"), KubeToken: os.Getenv("HELM_KUBETOKEN"), ``` maybe we need to set them as well. Would be great to have some info in docs...
I use custom helm driver to save data into postgress, do we need to setup that env `HELM_DRIVER_SQL_CONNECTION_STRING` ?
@rusenask what helm driver you are using for helm3 that works for you?
OK, I think we need to modify keel helm chart to accept custom env.
@rusenask if you can take a look and merge the chart so that I can easily test that. Thx.
Hm, according to [docs](https://helm.sh/docs/helm/helm/): ``` $HELM_DRIVER | set the backend storage driver. Values are: configmap, secret, memory, postgres ``` I do set it to `postgres` or `sql` and I get...