Skip to content

Commit

Permalink
Refactor PRA scenario to remove unused kubeconfig paths
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianG committed Jul 22, 2024
1 parent fb3479e commit 00c3499
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/ctst/steps/pra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ Given('a DR installed', { timeout: 130000 }, async function (this: Zenko) {
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 00c3499

Please sign in to comment.