Versions Compared

Key

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

...

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

Upon first After the initial installation, set Metabase.enabled to true and set a password under adminPass. The password requirements are

...

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.

Note: Any changes you make to the default-collection will be overwritten with the next release. If you want to create your own dashboards, you can do so outside the default-collection.

Adding more users

To access the Metabase UI, navigate to https://[[your 3yd domain]]/analytics and log in with admin@metabase.local and the password from adminPass. Once you are logged in, you can head to Settings → Admin Settings → People and invite other team members to Metabase.