sparse-intern-71089
02/24/2021, 11:18 AMelegant-island-39916
02/24/2021, 11:42 AMhelm.Chart(...)
to give it a custom queries.sql
file for this particular helm chart: https://github.com/confluentinc/cp-helm-charts/blob/master/charts/cp-ksql-server/templates/ksql-queries-configmap.yamlelegant-island-39916
02/24/2021, 12:08 PMdef set_headless_queries(obj):
if not isinstance(obj, dict) or "data" not in obj or "queries.sql" not in obj["data"]:
return
obj["data"]["queries.sql"] = ....
helm.ChartOpts(... , transformations=[set_headless_queries], ...)