Skip to content

Commit d1a4696

Browse files
committed
OLS-1622: minor edit
1 parent 6cfc996 commit d1a4696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: modules/ols-activating-token-quota-limits.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[id="ols-activating-token-quota-limits_{context}"]
66
= Activating token quota limits
77

8-
Modify the `OLSConfigMap` file to activate token quota limits for the {ols-long} Service.
8+
Activate token quota limits for the {ols-long} Service by defining key-value pairs in the `ConfigMap` resource. The {ols-long} pod mounts the `ConfigMap` resource as a volume, enabling access to the file stored within it. The `OLSConfig` Custom Resource (CR) references the `ConfigMap` resource to obtain the quota limit information.
99

1010
.Prerequisites
1111

@@ -24,7 +24,7 @@ Modify the `OLSConfigMap` file to activate token quota limits for the {ols-long}
2424
$ oc edit configmap <configmap_filename>
2525
----
2626

27-
. Modify the `data` property of the `ConfigMap` file to include token quota limit information. The following example defines the configuration in a file using key-value pairs. The {ols-long} pod mounts the `ConfigMap` resource as a volume, enabling access to the file stored within it. The `OLSConfig` Custom Resource (CR) references the `ConfigMap` resource to obtain the quota limit information.
27+
. Modify the `data` property of the `ConfigMap` file to include token quota limit information.
2828
+
2929
.Example {ols-long} `ConfigMap` file
3030
[source,yaml]

0 commit comments

Comments
 (0)