future-exabyte-15821
08/01/2022, 12:58 PMstackConfigDir: stacks/
When the operator is running I see the following message: `Missing stack config file. Will assume no stack config checked-in.`Ok.. thats weird, its surely in Git.. After that message its creating a file Pulumi.foo.yml
in the root of the project with the content {}
Thats an extra weird because useLocalStackOnly: true
is set. But when its doing the up
it is using the values in the stacks/Pulumi.foo.yaml
. stack: "foo"
is configured for the `Stack`resource.
Im confused 😄