Skip to content

Commit 56e6c28

Browse files
authored
Merge pull request #52339 from libander/RHDEVDOCS-4346-main
RHDEVDOCS-4346 - 1 character correction
2 parents 59f440b + 8516b29 commit 56e6c28

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)