From 18788c8ea9bedd027d247edccabf202bb85e7c3d Mon Sep 17 00:00:00 2001 From: Servesha Dudhgaonkar Date: Tue, 18 Apr 2023 13:34:58 +0530 Subject: [PATCH] OCPBUGS#11627: Add hyphen for namespace parameter --- modules/osdk-cli-ref-cleanup.adoc | 3 ++- modules/osdk-cli-ref-run-bundle-upgrade.adoc | 3 ++- modules/osdk-cli-ref-run-bundle.adoc | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/osdk-cli-ref-cleanup.adoc b/modules/osdk-cli-ref-cleanup.adoc index d93021cd69..4152a05f59 100644 --- a/modules/osdk-cli-ref-cleanup.adoc +++ b/modules/osdk-cli-ref-cleanup.adoc @@ -3,6 +3,7 @@ // * cli_reference/osdk/cli-osdk-ref.adoc // * operators/operator_sdk/osdk-cli-ref.adoc +:_content-type: REFERENCE [id="osdk-cli-ref-cleanup_{context}"] = cleanup @@ -19,7 +20,7 @@ The `operator-sdk cleanup` command destroys and removes resources that were crea |`--kubeconfig` (string) |Path to the `kubeconfig` file to use for CLI requests. -|`n`, `--namespace` (string) +|`-n`, `--namespace` (string) |If present, namespace in which to run the CLI request. |`--timeout ` diff --git a/modules/osdk-cli-ref-run-bundle-upgrade.adoc b/modules/osdk-cli-ref-run-bundle-upgrade.adoc index 2ebd03063b..d50300aca8 100644 --- a/modules/osdk-cli-ref-run-bundle-upgrade.adoc +++ b/modules/osdk-cli-ref-run-bundle-upgrade.adoc @@ -3,6 +3,7 @@ // * cli_reference/osdk/cli-osdk-ref.adoc // * operators/operator_sdk/osdk-cli-ref.adoc +:_content-type: REFERENCE [id="osdk-cli-ref-run-bundle-upgrade_{context}"] = bundle-upgrade @@ -19,7 +20,7 @@ The `run bundle-upgrade` subcommand upgrades an Operator that was previously ins |`--kubeconfig` (string) |Path to the `kubeconfig` file to use for CLI requests. -|`n`, `--namespace` (string) +|`-n`, `--namespace` (string) |If present, namespace in which to run the CLI request. |`-h`, `--help` diff --git a/modules/osdk-cli-ref-run-bundle.adoc b/modules/osdk-cli-ref-run-bundle.adoc index a3c936cb66..a3770d50d7 100644 --- a/modules/osdk-cli-ref-run-bundle.adoc +++ b/modules/osdk-cli-ref-run-bundle.adoc @@ -3,6 +3,7 @@ // * cli_reference/osdk/cli-osdk-ref.adoc // * operators/operator_sdk/osdk-cli-ref.adoc +:_content-type: REFERENCE [id="osdk-cli-ref-run-bundle_{context}"] = bundle @@ -25,7 +26,7 @@ The `run bundle` subcommand deploys an Operator in the bundle format with Operat |`--kubeconfig` (string) |Path to the `kubeconfig` file to use for CLI requests. -|`n`, `--namespace` (string) +|`-n`, `--namespace` (string) |If present, namespace in which to run the CLI request. |`-h`, `--help`