feat: add basic environment sharing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
3
crates/cuddle-clusters/tests/environment/cuddle.yaml
Normal file
3
crates/cuddle-clusters/tests/environment/cuddle.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
cuddle/clusters:
|
||||
dev:
|
||||
prod:
|
@@ -0,0 +1 @@
|
||||
env: dev
|
@@ -0,0 +1 @@
|
||||
env: prod
|
@@ -0,0 +1 @@
|
||||
env: {{ environment }}
|
Reference in New Issue
Block a user