Skip to content

Commit eacb74e

Browse files
committed
OLS-1622: minor edits
1 parent 32d9555 commit eacb74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 as a file. The {ols-long} pod mounts the `ConfigMap` object as a volume and accesses the file within it. The `OLSConfig` CR refers to the `ConfigMap` object for quota limit settings.
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.
2828
+
2929
.Example {ols-long} `ConfigMap` file
3030
[source,yaml]

0 commit comments

Comments
 (0)