This message was deleted.
# kubernetes
s
This message was deleted.
p
Hey, thanks for the reply, I've looked at https://www.pulumi.com/docs/guides/organizing-projects-stacks but I'm not sure exactly how I would implement any other config file pattern than what's mentioned there
All the examples mention
Pulumi.<stack>.yaml
at the top level of the repo and the tools always create the stack config files in that location too
(Also
pulumi stack init
always creates a file with that naming convention)
Aha. There is a StackConfigDir parameter 🙂 https://www.pulumi.com/docs/reference/pulumi-yaml/
Only took me reading the code to figure that out 😅
a
Sorry about that I will talk internally about how to reference that in the organizing-projects-stacks doc
👍 1