bakdata / kpops

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

Fix Helm diff output #434

Closed disrupted closed 6 months ago

disrupted commented 6 months ago

Fix !!python/object:kpops.component_handlers.kubernetes.model.KubernetesManifest in Helm diff

irux commented 6 months ago

Do you have any text of what was before the fix?

disrupted commented 6 months ago

Do you have any text of what was before the fix?

the diff looked incorrect like this

!!python/object:kpops.component_handlers.kubernetes.model.KubernetesManifest
+ data:
+   a: 1

with the fix it looks like this again

+ a: 1