Skip to content

Commit cbba459

Browse files
authored
Merge pull request #95411 from prithvipatil97/patch-70
Update logging-loki-storage-azure.adoc
2 parents d1fb0d7 + a987db1 commit cbba459

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/logging-loki-storage-azure.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can create the Loki object storage secret manually by running the following
3636
[source,terminal,subs="+quotes"]
3737
----
3838
$ oc -n openshift-logging create secret generic logging-loki-azure \
39-
--from-literal=environment="<azure_environment>" \
40-
--from-literal=account_name="<storage_account_name>" \
41-
--from-literal=container="<container_name>"
39+
--from-literal=environment="<azure_environment>" \
40+
--from-literal=account_name="<storage_account_name>" \
41+
--from-literal=container="<container_name>"
4242
----

0 commit comments

Comments
 (0)