Sha256: 7bbcf95988cd5e95b9c4f3ed36cc9dbb045368662c4eb95d2aef9c1401608fdc

Contents?: true

Size: 589 Bytes

Versions: 1

Compression:

Stored size: 589 Bytes

Contents

---
title: YAML Multiple Resources with Multiple Files
---

You can also create multiple resources of same kind by appending a dash followed by anything. Example:

    .kubes
    └── resources
        └── web
            ├── deployment-1.yaml
            ├── deployment-2.yaml
            ├── service-1.yaml
            └── service-2.yaml

Only words before the dash are used to infer the resource kind.

Filename | Resource Kind
--- | ---
deployment-1.yaml | Deployment
deployment-2.yaml | Deployment
service-1.yaml | Service
service-2.yaml | Service

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kubes-0.7.0 docs/_docs/yaml/multiple-files.md