Skip to content

Commit 91f4f36

Browse files
committed
fix precommit
1 parent 3bab21d commit 91f4f36

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/modules/nifi/pages/usage_guide/resource-configuration.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
== Volume storage
55

6-
By default, a NiFi Stacklet creates five different persistent volume claims for flow files, provenance, database, content and state directories.
6+
By default, a NiFi Stacklet creates five different persistent volume claims for flow files, provenance, database, content and state directories.
77
Depending on the NiFi cluster definition, another PVC for file-based authorization is added.
8+
89
You can find the default sizes of the PVCs in the {crd-docs}/nifi.stackable.tech/NifiCluster/v1alpha1/#spec-nodes-config-resources-storage[NifiCluster reference docs {external-link-icon}^], it is recommended that you configure these volume requests according to your needs.
910

1011
Storage requests can be configured at role or group level, for one or more of the persistent volumes as follows:

docs/modules/nifi/pages/usage_guide/security.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ metadata:
222222
name: test-nifi
223223
spec:
224224
clusterConfig: { .. }
225-
nodes:
225+
nodes:
226226
config:
227227
resources:
228228
storage:

0 commit comments

Comments
 (0)