Hi, I am using pulumi with multiple stacks: 1. gcp...
# general
e
Hi, I am using pulumi with multiple stacks: 1. gcp infrastrucuture 2. kubernetes application deployed using helm I would like to use github actions to "preview" only without creating any resources (no connection to gke required), but it complains as there is no stack from which to inherit outputs to define the kubeconfig. Is there a way to mock this variables? Thanks