Skip to content

Commit 5376e84

Browse files
authored
Merge pull request #92184 from openshift-cherrypick-robot/cherry-pick-92050-to-enterprise-4.14
2 parents baa263f + a7a40a9 commit 5376e84

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/loki-create-object-storage-secret-cli.adoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ To configure Loki object storage, you must create a secret. You can do this by u
2121
[source,terminal]
2222
----
2323
$ oc create secret generic -n openshift-logging <your_secret_name> \
24-
--from-file=tls.key=<your_key_file>
25-
--from-file=tls.crt=<your_crt_file>
26-
--from-file=ca-bundle.crt=<your_bundle_file>
27-
--from-literal=username=<your_username>
28-
--from-literal=password=<your_password>
24+
--from-file=tls.key=<your_key_file>
25+
--from-file=tls.crt=<your_crt_file>
26+
--from-file=ca-bundle.crt=<your_bundle_file>
27+
--from-literal=username=<your_username>
28+
--from-literal=password=<your_password>
2929
----
3030
3131
[NOTE]

0 commit comments

Comments
 (0)