[17:29:38] Subjective question about helm chart dev here at WMF. I have a value that deviates from the upstream helm chart default. Should I: 1)Try to keep the chart's values.yaml as similar to upstream, and thus set the value in a release-specific values file or 2)Try to keep helmfiles more DRY and set it in the chart's values.yaml? It's unlikely the upstream default value would ever work in our env, FWiW [18:16:45] I think I'm gonna stick with option 2, but LMK if y'all have different ideas [20:32:49] We have heavily deviated from datahub upstream, and I think this is coming back to haunt us. If I were tp start from scratch, I'd keep values.yaml as close from upstream as possible, and add values-wmf.yaml in the chart itself. I wouldn' [20:33:20] t do it for scaffolded charts, but for upstream charts we integrate in our env, I think this is clearer and easier to maintain over time [21:28:24] b-rouberol thanks, let's talk it over tomorrow but I think I'll stick w/your advice