koki / short

Manageable Kubernetes manifests through a composable, reusable syntax
https://docs.koki.io/short
Apache License 2.0
122 stars 14 forks source link

support reading multi-document yaml files #26

Closed ublubu closed 6 years ago

ublubu commented 6 years ago

Kubernetes yaml files that contain multiple resource manifests have yamls separated by ---.

We should read these files as an array of (resource) objects.

wlan0 commented 6 years ago

We already support this.

ublubu commented 6 years ago

strange. it didn't work when i tried it just now. perhaps my file was misformatted.

ublubu commented 6 years ago

i was mistaken, this feature is already implemented