Hi, is it possible to manage multiple stacks in a ...
# kubernetes
a
Hi, is it possible to manage multiple stacks in a workspace pod using the Kubernetes operator? The example here https://github.com/pulumi/pulumi-kubernetes-operator/blob/master/examples/custom-workspace/workspace.yaml shows an array of stacks, but the stacks are only created when I deploy this workspace resource. When does the operator run a pulumi up on these stacks? Or how to trigger it