stackabletech / kafka-operator

Stackable Operator for Apache Kafka
Other
23 stars 6 forks source link

Storage Config example in docs is wrong #667

Closed soenkeliebau closed 5 months ago

soenkeliebau commented 6 months ago

The example in the docs says:

brokers:
  roleGroups:
    default:
      config:
        resources:
          storage:
            data:
              capacity: 2Gi

Which fails to apply because data should be logDirs. The example further down the page is correct.