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

Commit

Permalink
BC-7234 - fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Jun 21, 2024
1 parent b9d6320 commit ab8e241
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Read {
public Configmap readConfigmap(String namespace, String name) {
ConfigMap configmap = client.configMaps().inNamespace(namespace).withName(name).get();
cfg.setName(configmap.getMetadata().getName());
cfg.setUri(confgimap.getData().get("uri"));
cfg.setUri(configmap.getData().get("uri"));
return cfg;
}
}

0 comments on commit ab8e241

Please sign in to comment.