Skip to content

Commit 7572497

Browse files
committed
make docs
1 parent e5f40aa commit 7572497

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/user/gen-docs/kyma_module_add.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)