fix(git): update stack name for git stacks [EE-6670] (#11218)

This commit is contained in:
Prabhat Khera
2024-02-20 09:23:50 +13:00
committed by GitHub
parent 24c2baf6cc
commit a17da6d2cd
5 changed files with 13 additions and 0 deletions

View File

@@ -461,6 +461,7 @@ angular.module('portainer.app').factory('StackService', [
RepositoryAuthentication: gitConfig.RepositoryAuthentication,
RepositoryUsername: gitConfig.RepositoryUsername,
RepositoryPassword: gitConfig.RepositoryPassword,
StackName: gitConfig.StackName,
}
).$promise;
}