Skip to content

Commit 29a4906

Browse files
fix(namespace create): remove eval from examples (#1788)
1 parent 621f024 commit 29a4906

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

docs/commands/rhoas_connector_namespace.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/commands/rhoas_connector_namespace_create.md

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/core/localize/locales/en/cmd/connectors.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ Commands to manage namespaces for Connectors. A Connectors namespace is the logi
480480
481481
For your own OpenShift Dedicated environment, a Connectors namespace does not automatically expire. You use the information about your Connectors namespace to configure the OpenShift Connectors add-on so that you can use Connectors.
482482
483-
For the Service Preview evaluation site, a Connectors namespace expires 48 hours after you create it. To create an evaluation Connectors namespace include the --eval option with the "connector namespace create" command.
483+
For the Service Preview evaluation site, a Connectors namespace expires 48 hours after you create it.
484484
'''
485485

486486
[connector.namespace.cmd.example]
@@ -522,9 +522,6 @@ one = 'Create a Connectors namespace'
522522
one = '''
523523
# Create a Connectors namespace and name it "my-namespace"
524524
rhoas connector namespace create --name my-namespace
525-
526-
# Create an evaluation Connectors namespace and name it "my-namespace"
527-
rhoas connector namespace create --name my-namespace --eval
528525
'''
529526

530527
[connector.namespace.create.info.success]

0 commit comments

Comments
 (0)