Eric Sauer

Results 73 comments of Eric Sauer
trafficstars

Neither `help template --validate` nor `helm install --dry-run` help in debugging a function that essentially is skipped. The problem is that the lookup function should not simply be "skipped" if...

@bacongobbler I get what I have to do to handle the lookup in my template. What I'm saying is that when I run `helm install` with my template and `lookup`...

@technosophos what exactly is the security concern with the lookup plugin? I could see there being a concern if we were talking about helm v2, where tiller was still involved,...

@InfoSec812 can you show an example of how another open source project does this?

hey @bszeti it looks like there is likely some overlap between these dashboards, and the one that we have in https://github.com/redhat-cop/openshift-toolkit/tree/master/capacity-dashboard. Could you take a look at this, and maybe...

@bszeti ok, I would say that these dashboards should probably live in the /capacity-dashboard/ space, rather than the custom-dashboards space, which is really about deploying a customizable grafana, not about...

@bszeti rather than have the dashboards in two places, I would just point applier to the dashboard in `"{{ inventory_dir }}/../../../capacity-dashboard/grafana-dashboard-capacity-by-nodetype.yml"`

@bszeti So, I haven't tried this, but Applier supports Jinja2 templates, which has an include function. See if you can make that work. If you can it would be really...