Skip to content

Commit a246253

Browse files
authored
Merge pull request #94333 from rh-tokeefe/OLS-1785
OLS-1785: cmd to set up TLS cert is missing namespace argument
2 parents 7406382 + fab0750 commit a246253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ols-configuring-lightspeed-with-a-trust-provider-certificate-for-the-llm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If the LLM provider you are using requires a trust certificate to authenticate t
2121
+
2222
[source,terminal]
2323
----
24-
$ oc create configmap trusted-certs --from-file=caCertFileName
24+
$ oc create configmap trusted-certs --from-file=caCertFileName --namespace openshift-lightspeed
2525
----
2626
+
2727
.Example output

0 commit comments

Comments
 (0)