File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,24 +14,24 @@ kyma module add <module> [flags]
1414
1515``` bash
1616 # Add the Keda module with the default CR
17- kyma module add keda --default-cr
17+ kyma module add keda --default-config- cr
1818
1919 # Add the Keda module with a custom CR from a file
20- kyma module add keda --cr-path ./keda-cr.yaml
20+ kyma module add keda --config- cr-path ./keda-cr.yaml
2121
2222 # # Add a community module with a default CR and auto-approve the SLA
2323 # passed argument must be in the format <namespace>/<module-template-name>
2424 # the module must be pulled from the catalog first using the 'kyma module pull' command
25- kyma module add my-namespace/my-module-template-name --default-cr --auto-approve
25+ kyma module add my-namespace/my-module-template-name --default-config- cr --auto-approve
2626```
2727
2828## Flags
2929
3030``` text
3131 --auto-approve Automatically approve community module installation
3232 -c, --channel string Name of the Kyma channel to use for the module
33- --cr-path string Path to the custom resource file
34- --default-cr Deploys the module with the default CR
33+ --config- cr-path string Path to the custom resource file (alias: --cr-path)
34+ --default-config- cr Deploys the module with the default CR (alias: --default-cr)
3535 --version string Specifies version of the community module to install
3636 --context string The name of the kubeconfig context to use
3737 -h, --help Help for the command
You can’t perform that action at this time.
0 commit comments