You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/dynamic-plugins/con-dynamic-plugins-cache.adoc
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,7 @@ When you enable dynamic plugins cache:
13
13
== Enabling the dynamic plugins cache
14
14
To enable the dynamic plugins cache in {product-very-short}, the plugins directory `dynamic-plugins-root` must be a persistent volume.
15
15
16
-
// For Helm chart installations, a persistent volume named `dynamic-plugins-root` is automatically created.
17
-
18
16
=== 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
-
21
17
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`.
22
18
23
19
Create the persistent volume definition and save it to a file, for example `pvc.yaml`.
@@ -39,14 +35,10 @@ spec:
39
35
40
36
Replace the default dynamic-plugins-root volume with a persistent volume claim (PVC) named dynamic-plugins-root.
41
37
42
-
<<<<<<< HEAD
43
-
apiVersion: rhdh.redhat.com/v1alpha3
44
-
=======
45
38
.Example replacing the `dynamic-plugins-root` volume
46
39
[source,yaml]
47
40
----
48
-
apiVersion: rhdh.redhat.com/v1alpha2
49
-
>>>>>>> 5ef6a4fa9 (RHIDP-5570 - Document that the Dynamic Plugin cache PVC is disabled by default)
0 commit comments