Skip to content

Commit

Permalink
create test namespace & infra with ssa (#2471)
Browse files Browse the repository at this point in the history
Signed-off-by: bachmanity1 <[email protected]>
  • Loading branch information
bachmanity1 authored Jul 16, 2024
1 parent 89ef224 commit fcfaaf1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@ protected void before(ExtensionContext context) {
.resource(
new NamespaceBuilder().withMetadata(new ObjectMetaBuilder().withName(namespace).build())
.build())
.create();
.serverSideApply();

kubernetesClient
.resourceList(infrastructure)
.createOrReplace();
.serverSideApply();
kubernetesClient
.resourceList(infrastructure)
.waitUntilReady(infrastructureTimeout.toMillis(), TimeUnit.MILLISECONDS);
Expand Down

0 comments on commit fcfaaf1

Please sign in to comment.