Skip to content

Commit 3b434c0

Browse files
jmagakGitHub Actions
andauthored
Minor fixes (#1410)
Co-authored-by: GitHub Actions <[email protected]>
1 parent f2065ee commit 3b434c0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

assemblies/assembly-rhdh-default-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include::modules/configuring-external-databases/con-multiple-resources.adoc[leve
1515

1616
include::modules/configuring-external-databases/con-default-base-urls.adoc[leveloffset=+2]
1717

18-
include::modules/configuring-external-databases/con-configuring-default-secret-pvc-mounts.adoc[leveloffset=+1]
18+
include::modules/configuring-external-databases/con-mounts-for-default-secret-pvc-mounts.adoc[leveloffset=+1]
1919

2020
include::modules/configuring-external-databases/proc-configuring-mount-paths.adoc[leveloffset=+2]
2121

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:_mod-docs-content-type: CONCEPT
22

3-
[id="con-configuring-default-secret-pvc-mounts_{context}"]
4-
= Configuring mounts for default Secrets and Persistent Volume Claims (PVCs)
3+
[id="con-mounts-for-default-secret-pvc-mounts_{context}"]
4+
= Mounts for default Secrets and Persistent Volume Claims (PVCs)
55

66
You can use annotations to configure mount paths and specify containers for Secrets and Persistent Volume Claims (PVCs) that are attached to the Operator default resources in your {product} deployment. This method is specific for default objects, for instance, the {product-custom-resource-type} Deployment that the Operator manages.

modules/configuring-external-databases/con-multiple-resources.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
You can define and create multiple resources of the same type in a single YAML file. This is applicable to any resource type that is a `list` in the resource table. To define multiple resources, use the `---` delimiter to separate each resource definition.
77

8-
For example, adding the following code snip to `pvcs.yaml` creates two PersistentVolumeClaims (PVCs) called `backstage-{cr-name}-myclaim1` and `backstage-{cr-name}-myclaim2` and mounts them to {product-custom-resource-type} container accordingly.
8+
For example, adding the following code snip to `pvcs.yaml` creates two PersistentVolumeClaims (PVCs) called `backstage-{cr-name}-myclaim1` and `backstage-{cr-name}-myclaim2` and mounts them to the {product-custom-resource-type} container accordingly.
99

1010
.Example creating multiple PVCs
1111
[source,yaml]

modules/configuring-external-databases/ref-rhdh-default-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The Operator automatically creates the following resources in the specified {pro
8383
| `dynamic-plugins.yaml`
8484
| `v1/ConfigMap`
8585
| `backstage-dynamic-plugins-{cr-name}`
86-
| (Optional) Specifies dynamic plugins to be installed into {product-custom-resource-type} instance.
86+
| (Optional) Specifies the dynamic plugins that the Operator installs into the {product-custom-resource-type} instance.
8787

8888
| `pvcs.yaml`
8989
| list of `v1/PersistentVolumeClaim`

0 commit comments

Comments
 (0)