Skip to content

Commit 1b3138b

Browse files
remove wrong args in kafka job
1 parent a7389bb commit 1b3138b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/@setup/src/notifications.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,7 @@ async function createKafkaTopics(k8sClient: KubernetesClient, kafkaConfig: Kafka
285285
name: 'kafka-topics',
286286
image: kafkaConfig.image,
287287
command: ['bash', '-c'],
288-
args: [topicCommands],
289-
restartPolicy: 'Never'
288+
args: [topicCommands]
290289
}],
291290
restartPolicy: 'Never'
292291
}

0 commit comments

Comments
 (0)