Hi, I have the following in the Pulumi.yaml `stack...
# pulumi-kubernetes-operator
f
Hi, I have the following in the Pulumi.yaml
stackConfigDir: 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 😄
Logged https://github.com/pulumi/pulumi/issues/10305 because I think this is a bug