We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc01e69 commit a6cedb3Copy full SHA for a6cedb3
run.sh
@@ -15,7 +15,7 @@ export AWSCATALOGUE_RETRY_INTERVAL=${AWSCATALOGUE_RETRY_INTERVAL:-2}
15
export KAFKA_USER=${KAFKA_USER:-""}
16
export KAFKA_PASS=${KAFKA_PASS:-""}
17
export KAFKA_BROKER=${KAFKA_BROKER:-""}
18
-export KAFKA_TOPICS=${KAFKA_TOPICS:-"\{\}"}
+export KAFKA_TOPICS=${KAFKA_TOPICS:-"{}"}
19
20
envsubst < config.toml > run.toml
21
0 commit comments