I am in the process of bootstrapping my grafana instance so that once it comes up, it has the required configs loaded.
Part of it is by using the Helm chart where I have the options to load my ldap configs and other configs that are part of the grafana.ini file.
But one of my core requirements is to have a couple of organizations already created. I would like to know if there is any such file that I can bootstrap so that when Grafana comes up, it reads that file and has already created the required organizations.
The 2 ways I know right now are to create an Org using the UI and API. I could write an initContainer that uses the API to create the orgs but Im looking for a simpler solution. Is there any ?