Sha256: 83e3272f8126a16dc2492a89ffbedb90a68d7c7e09ba34b69010fea47be76e44
Contents?: true
Size: 555 Bytes
Versions: 25
Compression:
Stored size: 555 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
25 entries across 25 versions & 1 rubygems