Closed
Description
Currently kompose will add all the resources it creates to a kubernetes List
kind. Is it possible to output to multiple yaml docs instead of a List
?
This means instead of
apiVersion: v1
kind: List
metadata: {}
items:
- kind: Deployment
- kind: Service
Each resource in the items list would instead be separated by a yaml doc separator:
kind: Deployment
---
kind: Service
Metadata
Assignees
Labels
No labels