How do I create(provision) the second Org in helm chart?

Hi team I want to acheive How do I create(provision) the second Org in helm chart?

Hi, that’s not working via the common provisioning mechanisms in grafana like you use for dashboards or datasources for example. You can create them via the API or the UI itself. If you want to automate it, the API is the way to go https://grafana.com/docs/grafana/latest/developers/http_api/org/
And some automation tools (i.e. terraform) have special providers and resources to manage organizations