Skip to content

Commit 0352a7f

Browse files
committed
rhdhbugs-2225
1 parent b21440b commit 0352a7f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

modules/developer-lightspeed/proc-installing-and-configuring-lightspeed.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ This step is necessary as {ls-short} has a new architecture. In the previous rel
2323
.Prerequisites
2424

2525
* You are logged in to your {ocp-short} account.
26-
* You have an existing {product-very-short} instance installed using either the Operator or the Helm chart.
26+
* You have an {product-very-short} instance installed using either the Operator or the Helm chart.
27+
* You have created a {installing-and-viewing-plugins-book-link}##rhdh-installing-rhdh-plugins_title-plugins-rhdh-about[custom dynamic plugins ConfigMap].
2728

2829
.Procedure
2930

@@ -33,7 +34,7 @@ You must manually install and configure the {ls-short} plugin, the {lcs-name} ({
3334

3435
.. In the {ocp-short} web console, navigate to your {product-very-short} instance and select the *ConfigMaps* tab.
3536
.. Click *Create ConfigMaps*.
36-
.. From the *Create ConfigMap* page, select the *YAML view* option in *Configure via* and edit the file using the following structure. This example demonstrates the configuration for the LCS ConfigMap, typically named `lightspeed-stack`, which connects to the Llama Stack service locally on port `8321`:
37+
.. From the *Create ConfigMap* page, select the *YAML view* option and edit the file using the following structure. This example demonstrates the configuration for the LCS ConfigMap, typically named `lightspeed-stack`, which connects to the Llama Stack service locally on port `8321`:
3738
+
3839
[source,yaml,subs=+attributes]
3940
----
@@ -83,7 +84,7 @@ The {lcs-short} ConfigMap can optionally include configuration for `mcp_servers`
8384

8485
.. In the {ocp-short} web console, navigate to your {product-very-short} instance and select the *ConfigMaps* tab.
8586
.. Click *Create ConfigMap*.
86-
.. From the *Create ConfigMap* page, select the *YAML view* option in *Configure via*, and add the following example:
87+
.. From the *Create ConfigMap* page, select the *YAML view* option and add the following example:
8788
+
8889
[source,yaml]
8990
----
@@ -131,7 +132,7 @@ data:
131132

132133
.. In the {ocp-short} web console, go to *Secrets*.
133134
.. Click *Create* -> *Key/value secret*.
134-
.. In the *Create key/value secret* page, select the *YAML view* option in *Configure via*, and add the following example:
135+
.. In the *Create key/value secret* page, select the *YAML view* option and add the following example:
135136
+
136137
[source,yaml]
137138
----
@@ -164,7 +165,7 @@ where:
164165

165166
.. Click *Create*.
166167

167-
. Update the dynamic plugins ConfigMap: Add the {ls-short} plugin image to your existing dynamic plugins ConfigMap (`dynamic-plugins-{product-very-short}.yaml`).
168+
. Update the dynamic plugins ConfigMap: Add the {ls-short} plugin image to your existing dynamic plugins ConfigMap (`dynamic-plugins-rhdh.yaml`).
168169
+
169170
[source,yaml]
170171
----

0 commit comments

Comments
 (0)