Skip to content

Commit 8516b29

Browse files
committed
RHDEVDOCS-4346 - 1 character correction
1 parent 2573411 commit 8516b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cluster-logging-collector-log-forwarding-about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ You can create a secret in the directory that contains your certificate and key
185185
----
186186
$ oc create secret generic -n openshift-logging <my-secret> \
187187
--from-file=tls.key=<your_key_file>
188-
--from-file=tls.crt=<your_crd_file>
188+
--from-file=tls.crt=<your_crt_file>
189189
--from-file=ca-bundle.crt=<your_bundle_file>
190190
--from-literal=username=<your_username>
191191
--from-literal=password=<your_password>

0 commit comments

Comments
 (0)