Skip to content

Commit

Permalink
make it clear git config not mandatory in datahub
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c authored Oct 16, 2024
1 parent 486fb88 commit 7b789c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion datahub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,16 @@ helm install datahub geonetwork/datahub -f values.yaml

## Datahub configuration

Through the parameter `configuration.git`, you can set a git repository that will be used for configuring datahub.
If you want, through the parameter `configuration.git`, you can set a git repository that will be used for configuring datahub. This is not mandatory.

Both `configuration.config_directory_override` and `configuration.assets_directory_override` are available to specify the directory where datahub should find the configuration.

The default values are `/conf` for the configuration and `/assets` for the assets.

Please refer to the docker documentation for more explanations about this custom configuration: https://github.com/geonetwork/geonetwork-ui/tree/main/apps/datahub#specifying-a-custom-configuration-file

You can also configure some options using the environment variables like `GN4_API_URL`. You can find all the other environment variables here: https://github.com/geonetwork/geonetwork-ui/blob/main/tools/docker/Dockerfile.apps

## Values

**Important**: Some values here are not documented because those are obvious parameters that you can find the meaning and the usuability through the Kubernetes configuration: https://kubernetes.io/docs/home/
Expand Down

0 comments on commit 7b789c8

Please sign in to comment.