Hey 👋 QQ: can the pulumi kubernetes operator be defined in the same project (i.e. same nodejs package, sharing the same index.ts entrypoint etc.) as the resources it's controlling? Essentially controlling itself and applying it's own configuration, alongside the other deployments/services/resources etc.
I understand that you define a stack that points at a git repository, but I'm building a monorepo and would prefer to code all my infra as code in one place, ideally one directory (i.e. /deploy or /infra for example). Is there a workable pattern for this?