Each stack now has a stack.toml that defines the stack for Resource Sync: [[stacks]] name = "..." description = "..." compose_path = "compose.yml" This tells Komodo what each stack is when using Resource Sync.
4 lines
98 B
TOML
4 lines
98 B
TOML
[[stacks]]
|
|
name = "prometheus"
|
|
description = "Monitoring & Alerting"
|
|
compose_path = "compose.yml"
|