pulumi / pulumi-kubernetes-operator

A Kubernetes Operator that automates the deployment of Pulumi Stacks
Apache License 2.0
221 stars 55 forks source link

Rework stack_controller_test.go to test mechanisms in isolation #394

Open squaremo opened 1 year ago

squaremo commented 1 year ago

stack_controller_test.go has tests of specific mechanisms (e.g., using a config that comes in a file with the program) along with smoke tests that run an example AWS-based stack using various means of providing config, secrets, etc.

There are two things to improve here: