diff --git a/MODULES.html b/MODULES.html index d90ea14e..5dfc68b7 100644 --- a/MODULES.html +++ b/MODULES.html @@ -150,6 +150,11 @@

Module stru

A module is a directory with files. Addon-operator searches for the modules directories in /modules or in the paths specified by the $MODULES_DIR variable. The module has the same name as the corresponding directory excluding the numeric prefix.

An example of the file structure of the module:

/modules/001-simple-module
+├── crds
+│   ├── doc-ru-projects.yaml
+│   ├── doc-ru-projecttemplate.yaml
+│   ├── projects.yaml
+│   ├── projecttemplate.yaml
 ├── hooks
 │   ├── module-hook-1.sh
 │   ├── ...
@@ -168,6 +173,7 @@ 

Module stru └── values.yaml