1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

RHDEVDOCS-4346 - 1 character correction

This commit is contained in:
libander
2022-10-31 15:16:15 -05:00
committed by openshift-cherrypick-robot
parent cdee8c37df
commit 147bee8e94

View File

@@ -185,7 +185,7 @@ You can create a secret in the directory that contains your certificate and key
----
$ oc create secret generic -n openshift-logging <my-secret> \
--from-file=tls.key=<your_key_file>
--from-file=tls.crt=<your_crd_file>
--from-file=tls.crt=<your_crt_file>
--from-file=ca-bundle.crt=<your_bundle_file>
--from-literal=username=<your_username>
--from-literal=password=<your_password>