Skip to content

Commit

Permalink
Fixed KUBECONFIG path issue (#702)
Browse files Browse the repository at this point in the history
* Fixed KUBECONFIG path issue

* Removed line to set KUBECONFIG environment variable
  • Loading branch information
mrinalsharma authored Apr 1, 2023
1 parent 7bfd7da commit fbe2564
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public class KubernetesService {

@Produces
public KubernetesClient kubernetesClient() {
System.setProperty("kubeconfig", "/Users/mgubaidu/projects/oss/camel-karavan/karavan-app/karavan-kubeconfig.yaml");
return new DefaultKubernetesClient();
}

Expand Down

0 comments on commit fbe2564

Please sign in to comment.