forked from cerc-io/stack-orchestrator
8 lines
105 B
YAML
8 lines
105 B
YAML
|
version: "1.0"
|
||
|
name: test
|
||
|
description: "A test stack"
|
||
|
containers:
|
||
|
- cerc/test-container
|
||
|
pods:
|
||
|
- test
|