mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(kubeconfig): fix kubeconfig url EE-3455 (#7282)
This commit is contained in:
parent
b040aa1e78
commit
54145ce949
5 changed files with 15 additions and 8 deletions
|
@ -5,7 +5,7 @@ angular.module('portainer.kubernetes').factory('HelmFactory', HelmFactory);
|
|||
/* @ngInject */
|
||||
function HelmFactory($resource, API_ENDPOINT_ENDPOINTS) {
|
||||
const helmUrl = API_ENDPOINT_ENDPOINTS + '/:endpointId/kubernetes/helm';
|
||||
const templatesUrl = '/api/templates/helm';
|
||||
const templatesUrl = 'api/templates/helm';
|
||||
|
||||
return $resource(
|
||||
helmUrl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue