Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
BC-7239 - next test
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Jun 21, 2024
1 parent 54f0317 commit c8871e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void writeConfigmap(String namespace, String name, Configmap cfg) {
meta = configmap.getMetadata();
meta.setLabels(labels);
configmap.setMetadata(meta);
client.resource(configmap).create();
client.resource().create(configmap);
}
}
}

0 comments on commit c8871e1

Please sign in to comment.