Skip to content

Commit

Permalink
Add mandatory documentation (#1904)
Browse files Browse the repository at this point in the history
  • Loading branch information
nesmabadr authored Jan 11, 2024
1 parent b669761 commit 1eb3b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/kyma/alpha/create/module/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ The module config file is a YAML file used to configure the following attributes
- name: a string, required, the name of the module
- version: a string, required, the version of the module
- channel: a string, required, channel that should be used in the ModuleTemplate CR
- mandatory: a boolean, optional, default=false, indicates whether the module is mandatory to be installed on all clusters
- manifest: a string, required, reference to the manifest, must be a relative file name
- defaultCR: a string, optional, reference to a YAML file containing the default CR for the module, must be a relative file name
- resourceName: a string, optional, default={NAME}-{CHANNEL}, the name for the ModuleTemplate CR that will be created
Expand Down
1 change: 1 addition & 0 deletions docs/gen-docs/kyma_alpha_create_module.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The module config file is a YAML file used to configure the following attributes
- name: a string, required, the name of the module
- version: a string, required, the version of the module
- channel: a string, required, channel that should be used in the ModuleTemplate CR
- mandatory: a boolean, optional, default=false, indicates whether the module is mandatory to be installed on all clusters
- manifest: a string, required, reference to the manifest, must be a relative file name
- defaultCR: a string, optional, reference to a YAML file containing the default CR for the module, must be a relative file name
- resourceName: a string, optional, default={NAME}-{CHANNEL}, the name for the ModuleTemplate CR that will be created
Expand Down

0 comments on commit 1eb3b57

Please sign in to comment.