bakdata / kpops

Deploy Kafka pipelines to Kubernetes
https://bakdata.github.io/kpops
MIT License
12 stars 1 forks source link

Refactor generate template for Python API usage #380

Closed disrupted closed 8 months ago

disrupted commented 10 months ago

template renamed to render manifest as it's no longer strictly tied to Helm template, can be used to render final resources of any pipeline component, e.g. Kubernetes manifest Extract kpops generate --template into separate kpops render kpops manifest command Return Kubernetes manifest as mapping for use with Python API

Closes #103