You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a child config-template has the same name as a config-template in a parent directory, the parent config-template details are cascading into the child config-template.
nb. I'm not positive that this is not expected behaviour, as per config.yaml files, but it feels like very strange behaviour.
Subject of the issue
When a child config-template has the same name as a config-template in a parent directory, the parent config-template details are cascading into the child config-template.
nb. I'm not positive that this is not expected behaviour, as per config.yaml files, but it feels like very strange behaviour.
Your environment
Steps to reproduce
Given a folder structure like so:
Where
./config/application.yaml
contains:and
./config/childconfig/application.yaml
contains:running
sceptre create childconfig/application.yaml
will reproduce the issue.Expected behaviour
The stack specified by the child should be created, without inheriting values from files with the same name in parent directories.
Actual behaviour
Sceptre returns
"Both 'template' and 'template_path' are set. You should only set a value for template because template_path is deprecated."
The text was updated successfully, but these errors were encountered: