Skip to content

Commit

Permalink
fixup! Precreate DR kafka volume
Browse files Browse the repository at this point in the history
  • Loading branch information
rachedbenmustapha committed Aug 16, 2024
1 parent 4fb62fc commit 75ae6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ctst/steps/pra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ interface DrState {
}

async function installPRA(world: Zenko, sinkS3Endpoint = 'http://s3.zenko.local') {
const kafkaExternalIpOption = !!world.parameters.KafkaExternalIps ?
const kafkaExternalIpOption = world.parameters.KafkaExternalIps ?
{ kafkaExternalIps: world.parameters.KafkaExternalIps } :
{ kafkaExternalIpsDiscovery: true };

Expand Down

0 comments on commit 75ae6f3

Please sign in to comment.