Pasha Radchenko
Pasha Radchenko
Just to submit, our use-case - All charts are stored in the local **helm** repo ("helm template" is a separate Github repo) - All helm values are stored in **GitHub**...
Sounds good, thanks for the clear answer.
Thanks for this answer, could you please also tell, `read_terragrunt_config` and `import` are similar functions? I try to create `GLOBAL` vars in `terragrunt.hcl` and retrieve them in module's `terragrunt.hcl` How...
So at the moment, I cant do it simply with `read_terragrunt_config`, I mean I can read child config, but nor the parent, right?
Can I define the parent list/map/list of maps value (on the root level) and then refine it (on env level)? For e.g. in `terrafrunt.hcl`: ``` locals { vpc_list = {...
Hi @GregHanson, thank you for reply, I think I still need to have such capability to configure any Envoy settings from the docs, since I would like to provide such...
Had the same output with restart kibana by timeout. Then checked up version of Elasticsearch and Kibana version (kibana was newer). After installed older version kibana - works fine.
Hey @soapy1 thank you very much for the reply, I've prepared the gist with debug log: https://gist.github.com/ep4sh/92be97c06f10adf91c24322acb7fed43
Thank you, @soapy1, I can't figure out how it happened :D for now, I'm facing another issue, but this one has been solved. Really appreciate your help!!
Had them same trouble `sudo -u nagios /usr/lib/nagios/plugins/check_nginx_status.pl -H mail.ea34.ru -s mail.ea34.ru -d -S --disable-sslverifyhostname` ` NGINX CRITICAL - 500 Can't connect to mail.ea34.ru:443 (certificate verify failed) ` even i...