Hi I am currently deploying Camunda 8 with multi-tenancy enabled via the Camunda 8 Helmchart.
I wonder if there is any possibility to create multiple tenants, users and applications directly with the helm chart. Creating all of those manually in all of our environments seems like to much manual work.
I guess it would be solvable with init Containers for identity and/or Keycloak and/or the postgresql. But I can’t find any documentation on how exactly tenants are modelled in the postgresql and Keycloak.
Any help on this topic?