Skip to content

Commit

Permalink
fixup! Precreate DR kafka volume
Browse files Browse the repository at this point in the history
drctl automatically adds the brokerId variant to the PVC spec, the test
should verify that.
  • Loading branch information
rachedbenmustapha committed Aug 16, 2024
1 parent 6ac793e commit 6995003
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 @@ -54,7 +54,7 @@ async function installPRA(world: Zenko, sinkS3Endpoint = 'http://s3.zenko.local'
sinkZenkoDrInstance: 'end2end-pra-sink',
kafkaPersistenceSize: '1Gi',
kafkaPersistenceStorageClassName: '-',
kafkaPersistenceSelector: 'brokerId=0,app=kafka-dr-sink',
kafkaPersistenceSelector: 'app=kafka-dr-sink',
kafkaExternalIps: world.parameters.KafkaExternalIps,
kafkaExternalIpsDiscovery: !world.parameters.KafkaExternalIps,
locations: 'e2e-cold', // comma-separated list
Expand Down

0 comments on commit 6995003

Please sign in to comment.