Questo contenuto non è disponibile nella lingua selezionata.
Chapter 94. ExternalConfigurationEnv schema reference
The type ExternalConfigurationEnv has been deprecated. Please use ContainerEnvVar instead.
Used in: ExternalConfiguration
| Property | Property type | Description |
|---|---|---|
| name | string |
Name of the environment variable which will be passed to the Kafka Connect pods. The name of the environment variable cannot start with |
| valueFrom | Value of the environment variable which will be passed to the Kafka Connect pods. It can be passed either as a reference to Secret or ConfigMap field. The field has to specify exactly one Secret or ConfigMap. |