Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These analytics are powered by Metabase, which we ship alongside our application. To take full advantage of it, a default-collection of dashboards and questions must be loaded into Metabase on startup.

For the initialisation, Metabase requires and admin user. For this you have to set a password under adminPass. The password requirements are

  • At least 6 characters

  • At least 1 digit

The relevant block in values.yaml is

Code Block
languageyaml
metabase:
  enabled: true
  #The adminPass is needed to complete Metabase initialization and setup
  adminPass: ""
  #You can ignore loadDump and initAdmin
  loadDump:
    enabled: true
  initAdmin:
    enabled: true

After the initial installation, set a password under adminPass. The password requirements are

...

...

At least 1 digit

This password will be used for admin@metabase.local

...

After Metabase was installed, run the bundled script configure/load_collection.sh
This will copy the bundled mb_dc*.tgz file onto the Metabase pod and execute the loading command.

...