Skip to content

Commit 665295e

Browse files
authored
Merge pull request #101286 from prithvipatil97/patch-84
[OBSDOCS-2661] Loki Secret - Update loki-create-object-storage-secret-cli.adoc
2 parents bd060a1 + d2a01db commit 665295e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
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]
@@ -39,5 +39,5 @@ Use generic or opaque secrets for best results.
3939
+
4040
[source,terminal]
4141
----
42-
$ oc get secrets
42+
$ oc get secret -n openshift-logging
4343
----

0 commit comments

Comments
 (0)