Skip to content

Commit

Permalink
Add source and sink endpoints and kubeconfig paths to PRA scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianG committed Jul 22, 2024
1 parent 2135626 commit fb3479e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/ctst/steps/pra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Given('a DR installed', { timeout: 130000 }, async function (this: Zenko) {
sourceZenkoNamespace: 'default',
sinkS3UserSecretName: 'end2end-pra-management-vault-admin-creds.v1',
sourceS3UserSecretName: 'end2end-management-vault-admin-creds.v1',
sourceS3Endpoint: 'http://s3.zenko.local',
sinkS3Endpoint: 'http://s3.dr.zenko.local',
sinkKubeconfigPath: '/etc/kubernetes/admin.conf',
sourceKubeconfigPath: '/etc/kubernetes/admin.conf',
});
return;
});
Expand Down

0 comments on commit fb3479e

Please sign in to comment.