Skip to content

Commit b1152a8

Browse files
authored
Merge pull request #71419 from gwynnemonahan/OSSM-5900
OSSM-5900 Update v2 to match v1 change request from outside OSSM
2 parents e523743 + edabc0d commit b1152a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/ossm-add-project-using-label-selectors-cli.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ You can use label selectors to add a project to the {SMProductShortName} with th
2121
+
2222
[source,terminal]
2323
----
24-
$ oc edit smmr -n <controlplane_project>
24+
$ oc edit smmr default -n istio-system
2525
----
2626
+
27-
The previous example uses `<controlplane_project>` as an example. You can deploy the {SMProductShortName} control plane to any project as long as it is separate from the project that contains your services.
27+
You can deploy the {SMProductShortName} control plane to any project provided that it is separate from the project that contains your services.
28+
2829

2930
. Modify the YAML file to include namespace label selectors in the `spec.memberSelectors` field of the `ServiceMeshMemberRoll` resource.
3031
+

0 commit comments

Comments
 (0)