Skip to content

Commit

Permalink
Remove legacy note about adding plugins to nomad.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hampusnasstrom committed Sep 30, 2024
1 parent 5f6cab3 commit fdfd8f0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,18 +151,6 @@ To add a plugin in a subdirectory of a git repository you can use the `subdirect
"ikz_pld_plugin @ git+https://github.com/FAIRmat-NFDI/AreaA-data_modeling_and_schemas.git@30fc90843428d1b36a1d222874803abae8b1cb42#subdirectory=PVD/PLD/jeremy_ikz/ikz_pld_plugin"
```
If the plugin is new, you also need to add it under `plugins` in the [nomad.yaml](nomad.yaml)
config file that will be included in the image.
For example, if you have added a schema plugin `legacy_plugin` you should add
the following:
```yaml
plugins:
options:
schemas/legacy_plugin:
python_package: legacy_plugin
```
Once the changes have been committed to the main branch, the new image will automatically
be generated.
Expand Down

0 comments on commit fdfd8f0

Please sign in to comment.