Skip to content

Commit

Permalink
add: documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Sep 23, 2024
1 parent cd0ca06 commit a073ce3
Show file tree
Hide file tree
Showing 7 changed files with 131 additions and 102 deletions.
2 changes: 1 addition & 1 deletion charts/mint/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.4.0
version: 3.4.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ secrets:
Helm charts are configured to populate the database with initial data. You can configure the initial data by editing the `values.yaml` file in the `mint` directory. The `values.yaml` file contains the following sections:

!!! Note

The initial data file must be in the [Turtle](https://www.w3.org/TR/turtle/) format.
The process of loading the initial data is done only once when the Model Catalog Endpoint is installed.

```yaml
components:
model_catalog_endpoint:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,13 @@ secrets:
# -- Admin secret for Hasura used to access the console
admin_secret: CHANGEME
```
## Initial Data
Helm charts are configured to populate the database with initial data.
!!! Note
The process of loading the initial data is done only once when the Hasura is installed.
To delete existing regions, please go to the [Region Configuration](region-configuration.md) page.
Empty file.
Loading

0 comments on commit a073ce3

Please sign in to comment.