cyctl create module
cyctl create module​
Create Modules
Synopsis​
The create module command allows you to create module from the Cyclops API.
cyctl create module NAME -f values.yaml --repo=repo --path=path --version=version [flags]
Examples​
# Create module with values from a file
cyctl create module NAME -f values.yaml \
--repo 'github.com/github/demo' \
--path '/path/to/charts' \
--version 'main'
Options​
-f, --file string Path to the values.yaml file
-h, --help help for module
-n, --namespace string Namespace where the module will be created (default "cyclops")
-p, --path string Path to the module charts
-r, --repo string Repository URL for the module
-t, --template string Name of the template to use for the module creation
-v, --version string Version of the module
SEE ALSO​
- cyctl create - Create custom resources like modules, templates, and templateauthrules