[bitnami/kafka] adding a way to pass annotations to provisioning Pods (#6585)

This commit is contained in:
Pierre DEMAGNY
2021-06-08 18:35:28 +02:00
committed by GitHub
parent 0a9a0c2e36
commit d2c2576c59
4 changed files with 7 additions and 1 deletions

View File

@@ -306,6 +306,7 @@ The following tables lists the configurable parameters of the Kafka chart and th
| `provisioning.image` | Kafka provisioning Job image | `Check values.yaml file` |
| `provisioning.numPartitions` | Default number of partitions for topics when unspecified. | 1 |
| `provisioning.replicationFactor` | Default replication factor for topics when unspecified. | 1 |
| `provisioning.podAnnotations` | Provisioning Pod annotations. | `{}` (evaluated as a template) |
| `provisioning.resources` | Kafka provisioning Job resources | `Check values.yaml file` |
| `provisioning.topics` | Kafka provisioning topics | `[]` |
| `provisioning.schedulerName` | Name of the k8s scheduler (other than default) for kafka provisioning | `nil` |