Skip to content

Commit a3d7786

Browse files
author
GitHub Actions
committed
Configuring default configuration
1 parent 7923733 commit a3d7786

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

modules/configuring-external-databases/proc-configuring-default-configuration-for-secrets-and-pvcs.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[id="proc-default-configuration-for-secrets-and-pvcs_{context}"]
33
= Configuring default configuration for Secrets and PVCs
44

5-
By default, the mount path is the {product-short} container's working directory, and if you do not define the mount path, it defaults to `/opt/app-root/src`. The default configuration files are `secret-files` and PVCs. You can add the `rhdh.redhat.com/mount-path` annotation to your configuration file to specify the mount path.
5+
By default, the mount path is the {product-short} container's working directory, and if you do not define the mount path, it defaults to `/opt/app-root/src`. You can add the `rhdh.redhat.com/mount-path` annotation to your configuration file to specify the mount path.
66

77
.Procedure
88

@@ -57,7 +57,7 @@ metadata:
5757
Set `rhdh.redhat.com/containers` to `*` to mount it to all containers in the deployment.
5858
====
5959

60-
. Optional: Use commas to separate the list of containers (for example, `init-dynamic-plugins` and `,backstage-backend`) where the files mount to as shown in the following example:
60+
. Use commas to separate the list of containers (for example, `init-dynamic-plugins` and `,backstage-backend`) where the files mount to as shown in the following example:
6161
+
6262
.Example configuration for separating the list of containers
6363
[source,yaml,subs="+attributes,+quotes"]
@@ -69,3 +69,8 @@ metadata:
6969
annotations:
7070
rhdh.redhat.com/containers: "init-dynamic-plugins,backstage-backend"
7171
----
72+
+
73+
[NOTE]
74+
====
75+
The `myclaim` PVC mounts to the `init-dynamic-plugins` and `backstage-backend` containers.
76+
====

0 commit comments

Comments
 (0)