<@U03G8SBSJ58> absolutely, check out: <https://www...
# kubernetes
a
@powerful-planet-88446 absolutely, check out: https://www.pulumi.com/docs/guides/organizing-projects-stacks/. If you are worried about access control as well to those projects and stacks you should check out the following features in the pulumi service: https://www.pulumi.com/docs/intro/pulumi-service/teams/ & https://www.pulumi.com/docs/intro/pulumi-service/projects-and-stacks/#stack-permissions
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