Commit a8529292 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix ingress endpoint

parent 213aefa0
...@@ -41,7 +41,7 @@ export default class Clusters { ...@@ -41,7 +41,7 @@ export default class Clusters {
this.service = new ClustersService({ this.service = new ClustersService({
endpoint: statusPath, endpoint: statusPath,
installHelmEndpoint: installHelmPath, installHelmEndpoint: installHelmPath,
installIngresEndpoint: installIngressPath, installIngressEndpoint: installIngressPath,
}); });
this.toggle = this.toggle.bind(this); this.toggle = this.toggle.bind(this);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment