Skip to content

Commit dc39e02

Browse files
authored
Merge branch 'release-1.5' into RHIDP-5570
2 parents 68f9b4c + defb241 commit dc39e02

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

modules/dynamic-plugins/con-dynamic-plugins-cache.adoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ When you enable dynamic plugins cache:
1313
== Enabling the dynamic plugins cache
1414
To enable the dynamic plugins cache in {product-very-short}, the plugins directory `dynamic-plugins-root` must be a persistent volume.
1515

16-
// For Helm chart installations, a persistent volume named `dynamic-plugins-root` is automatically created.
17-
1816
=== Creating a PVC for Dynamic Plugins Cache using the Operator
19-
// For operator-based installations, you must manually create the PersistentVolumeClaim (PVC) as follows:
20-
2117
For operator-based installations, you must manually create the PersistentVolumeClaim (PVC) by replacing the default `dynamic-plugins-root` volume with a Persistent Volume Claim (PVC) named `dynamic-plugins-root`.
2218

2319
Create the persistent volume definition and save it to a file, for example `pvc.yaml`.
@@ -39,14 +35,10 @@ spec:
3935

4036
Replace the default dynamic-plugins-root volume with a persistent volume claim (PVC) named dynamic-plugins-root.
4137

42-
<<<<<<< HEAD
43-
apiVersion: rhdh.redhat.com/v1alpha3
44-
=======
4538
.Example replacing the `dynamic-plugins-root` volume
4639
[source,yaml]
4740
----
48-
apiVersion: rhdh.redhat.com/v1alpha2
49-
>>>>>>> 5ef6a4fa9 (RHIDP-5570 - Document that the Dynamic Plugin cache PVC is disabled by default)
41+
apiVersion: rhdh.redhat.com/v1alpha3
5042
kind: Backstage
5143
metadata:
5244
name: developer-hub

0 commit comments

Comments
 (0)