Skip to content

Output as many yaml docs #1421

Closed
Closed
@kferrone

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions