...
At least 6 characters
At least 1 digit
At least 1 capital letter
The relevant block in values.yaml is
Code Block | ||
---|---|---|
| ||
metabase:
#The adminPass is needed to complete Metabase initialization and setup
adminPass: ""
initAdmin:
enabled: true
permissions:
enabled: false |
...
Then you can proceed to install the package normally by running
helm install upgrade -i order-management -f configure/values-on-premise.yaml -f=values.yaml chart/order-management-*.tgz --values values.yaml
or use the upgrade.sh
script to update the stack.
Info |
---|
Note: If you decide to set the Metabase password after the initial installation, it is important to wait until all pods up and running before updating them to prevent interrupting init-jobs and data migrations. |
Default-collection
After Metabase was installed, run the bundled script,
...
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.
...