Yevgeniy Valeyev

Results 4 comments of Yevgeniy Valeyev

> Same problem here. > > We are in a catch 22, helm method to unset default values is setting them to null, but since this has to be first...

> > With terraform 12 this can be easily workarounded, thanks to the for loop. A very improbable code: > > ```terraform > > locals { > > k8s_admins =...

I'm trying to implement quite a similar setup but want to run pghoard on Kubernetes and faced the same issue. So far I had to setup pghoard on Postgres nodes...

the plugin appears to be signed but I still had to add the following env var to my grafana deployment: ```yaml - name: GF_INSTALL_PLUGINS value: "yesoreyeram-boomtable-panel" ```