Correct sizing tool unit in help text. (#8441)

pull/8398/head
Karsten Jeschkies 3 years ago committed by GitHub
parent a9268338c3
commit a5ddbf2e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/installation/sizing/index.md

@ -66,7 +66,7 @@ This tool helps to generate a Helm Charts `values.yaml` file based on specified
<blockquote v-if="help">
<span v-if="help === 'ingest'">
Defines the log volume in terrabytes expected to be ingested each day.
Defines the log volume in gigabytes, ie 1e+9 bytes, expected to be ingested each day.
</span>
<span v-else-if="help === 'node'">
Defines the node type of the Kubernetes cluster.

Loading…
Cancel
Save