Skip to content

Commit

Permalink
grammar fix (#2746)
Browse files Browse the repository at this point in the history
  • Loading branch information
deerskindoll authored Jun 21, 2024
1 parent 0fbb61c commit f98847f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ data:
----
====

This results in a file named `ca.crt` being mounted at the `/data` path of {prod-short} container.
This results in a file named `ca.crt` being mounted at the `/data` path of the {prod-short} container.

IMPORTANT: To make the changes in a {prod-short} container visible, re-create the Secret or the ConfigMap object entirely.
IMPORTANT: To make the changes in the {prod-short} container visible, re-create the Secret or the ConfigMap object entirely.

.Additional resources

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


[id="mounting-a-secret-or-a-configmap-as-an-environment-variable-into-a-container"]
= Mounting a Secret or a ConfigMap as an environment variable into a {prod-short} container
= Mounting a Secret or a ConfigMap as an environment variable into {prod-short} container


.Prerequisites
Expand Down Expand Up @@ -61,7 +61,7 @@ This results in two environment variables:

* `myvalue`

being provisioned into a {prod-short} container.
being provisioned into the {prod-short} container.

If the object provides more than one data item, the environment variable name must be provided for each of the data keys as follows:

Expand Down Expand Up @@ -114,7 +114,7 @@ being provisioned into a {prod-short} container.

NOTE: The maximum length of annotation names in a {orch-name} object is 63 characters, where 9 characters are reserved for a prefix that ends with `/`. This acts as a restriction for the maximum length of the key that can be used for the object.

IMPORTANT: To make the changes in a {prod-short} container visible, re-create the Secret or the ConfigMap object entirely.
IMPORTANT: To make the changes in the {prod-short} container visible, re-create the Secret or the ConfigMap object entirely.

.Additional resources

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// mounting-a-secret-or-a-configmap-as-a-file-into-a-container


. Create a new {platforms-name} Secret or a ConfigMap in the {platforms-name} {orch-namespace} where a {prod-short} is deployed. The labels of the object that is about to be created must match the set of labels:
. Create a new {platforms-name} Secret or a ConfigMap in the {platforms-name} {orch-namespace} where {prod-short} is deployed. The labels of the object that is about to be created must match the set of labels:
+
* `app.kubernetes.io/part-of: che.eclipse.org`
* `app.kubernetes.io/component: <DEPLOYMENT_NAME>-<OBJECT_KIND>`
Expand Down

0 comments on commit f98847f

Please sign in to comment.