Skip to content

Commit d3ff000

Browse files
Merge branch 'rhacs-docs-4.6' into rhacs-rn-changedate
2 parents 549514b + 27fa94e commit d3ff000

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

modules/central-configuration-options-operator.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,15 @@ Ensure that this value does not exceed the maximum number of connections support
202202
| Use this parameter to override the default resource requests for Scanner V4 DB.
203203

204204
| `scannerV4.db.persistence.persistentVolumeClaim.claimName`
205-
|The name of the PVC to manage persistent data for Scanner V4.
205+
| The name of the PVC to manage persistent data for Scanner V4.
206206
If no PVC with the given name exists, it is created. The default value is `scanner-v4-db` if not set. To prevent data loss, the PVC is not removed automatically when Central is deleted.
207207

208+
| `scannerV4.db.persistence.persistentVolumeClaim.size`
209+
| The size of the PVC to manage persistent data for Scanner V4.
210+
211+
| `scannerV4.db.persistence.persistentVolumeClaim.storageClassName`
212+
| The name of the storage class to use for the PVC. If your cluster is not configured with a default storage class, you must provide a value for this parameter.
213+
208214
| `scannerV4.indexer.nodeSelector`
209215
| If you want this component to only run on specific nodes, you can use this parameter to configure a node selector.
210216

modules/central-services-public-config.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,15 @@ The following table lists the configurable parameters for Scanner V4.
330330
| Parameter | Description
331331

332332
| `scannerV4.db.persistence.persistentVolumeClaim.claimName`
333-
|The name of the PVC to manage persistent data for Scanner V4.
333+
| The name of the PVC to manage persistent data for Scanner V4.
334334
If no PVC with the given name exists, it is created. The default value is `scanner-v4-db` if not set. To prevent data loss, the PVC is not removed automatically when Central is deleted.
335335

336+
| `scannerV4.db.persistence.persistentVolumeClaim.size`
337+
| The size of the PVC to manage persistent data for Scanner V4.
338+
339+
| `scannerV4.db.persistence.persistentVolumeClaim.storageClassName`
340+
| The name of the storage class to use for the PVC. If your cluster is not configured with a default storage class, you must provide a value for this parameter.
341+
336342
| `scannerV4.disable`
337343
| Use `false` to enable Scanner V4. When setting this parameter, the StackRox Scanner must also be enabled by setting `scanner.disable=false`. Until feature parity between the StackRox Scanner and Scanner V4 is reached, Scanner V4 can only be used in combination with the StackRox Scanner. Enabling Scanner V4 without also enabling the StackRox Scanner is not supported. When you set this parameter to `true` with the `helm upgrade` command, Helm removes the existing Scanner V4 deployment.
338344

modules/secured-cluster-configuration-options-operator.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,15 @@ Use Scanner configuration settings to modify the local cluster scanner for the i
164164
| Use this parameter to override the default resource requests for Scanner V4 DB.
165165

166166
| `scannerV4.db.persistence.persistentVolumeClaim.claimName`
167-
|The name of the PVC to manage persistent data for Scanner V4.
167+
| The name of the PVC to manage persistent data for Scanner V4.
168168
If no PVC with the given name exists, it is created. The default value is `scanner-v4-db` if not set. To prevent data loss, the PVC is not removed automatically when Central is deleted.
169169

170+
| `scannerV4.db.persistence.persistentVolumeClaim.size`
171+
| The size of the PVC to manage persistent data for Scanner V4.
172+
173+
| `scannerV4.db.persistence.persistentVolumeClaim.storageClassName`
174+
| The name of the storage class to use for the PVC. If your cluster is not configured with a default storage class, you must provide a value for this parameter.
175+
170176
| `scannerV4.indexer.nodeSelector`
171177
| If you want this component to only run on specific nodes, you can use this parameter to configure a node selector.
172178

0 commit comments

Comments
 (0)