Deploying Templates To Multiple Spaces

I would like to deploy 1 Template to 3 different spaces (dev,stage,prod) but unfortunately in the YAML configuration ‘space’ is a top-level field which means it can only take 1 space at a time. If ‘space’ was under stacks then i could easily achieve this. I believe blueprints have the spaces under the stacks??

For Example:

stacks:
- key: dev

name: dev

space: dev-space

- key: stage

name: stage

space: stage-space

- key: prod

name: prod

space: prod-space

Workaround
Create 1 template that has an input to select the space, or create duplicate templates for each space. Either solution leads to lots of duplicate work filling out the form again and again and again to deploy basically the same stack to different spaces.
Problem
-

Please authenticate to join the conversation.

Upvoters
Status

👀 In Review

Board

💡 Feature Requests

Date

1 day ago

Subscribe to post

Get notified by email when there are changes.