bakdata / kpops

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

Add YAML separator (---) to stdout #491

Closed raminqaf closed 1 month ago

raminqaf commented 1 month ago

The output is not a valid Kubernetes manifest whenever calling the' manifest' command.

+ ---
apiVersion: batch/v1
kind: Job
metadata:
  labels:
    app: word-count-data-producer
#...
+ ---
apiVersion: apps/v1
kind: Deployment
#...