currently when you run make deploy it deploys the full otterize stack. it would be handy and more developer friendly if you could specify a single chart that the command will install, such as make deploy --what=intents=operator.
it will simply catch this what value from the command line and install the helm chart that was specified
would love to provide help with that