Skip to content

Commit 7e0505d

Browse files
committed
Incorporated Armel's comments
1 parent e187c2a commit 7e0505d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assemblies/assembly-configuring-readonlyrootfilesystem.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[id="{context}"]
44
= Configuring readOnlyRootFilesystem in {product}
55

6-
The {product} deployment consists of two containers, an `initContainer` that installs the Dynamic Plugins, and a backend container which runs the application. The `initContainer` has the `readOnlyRootFilesystem` option enabled by default. To enable this option, you must have `platform administrator` permissions so that you can modify the configuration and redeploy. You can manually configure the `readOnlyRootFilesystem` option on the backend container by using the following methods.
6+
The {product} deployment consists of two containers, an `initContainer` that installs the Dynamic Plugins, and a backend container which runs the application. The `initContainer` has the `readOnlyRootFilesystem` option enabled by default. To enable this option on the backend container, you must either have permission to deploy resource through Helm or to create or update a CR for Operator-backed deployments. You can manually configure the `readOnlyRootFilesystem` option on the backend container by using the following methods:
77

88
include::modules/configuring-readonlyrootfilesystem/proc-configuring-readonlyrootfilesystem-option-in-rhdh-operator-deployment.adoc[leveloffset=+1]
99

modules/configuring-readonlyrootfilesystem/proc-configuring-readonlyrootfilesystem-option-in-rhdh-helm-chart-deployment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
= Configuring the readOnlyRootFilesystem option in a {product} Helm chart deployment
33

44
.Procedure
5-
. When you are deploying {product-short} using the Helm chart, add the `readOnlyFilesystem: true` line to the `containerSecurityContext` section in your values.yaml file. For example:
5+
. When you are deploying {product-short} using the Helm chart, add the `readOnlyRootFilesystem: true` line to the `containerSecurityContext` section in your `values.yaml` file. For example:
66
+
77
====
88
[source,yaml,subs="+attributes,+quotes"]

0 commit comments

Comments
 (0)