1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +02:00

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

This commit is contained in:
Prabhat Khera 2024-02-20 09:23:46 +13:00 committed by GitHub
parent ce3a1b8ba5
commit 988d4103d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 0 deletions

View file

@ -180,6 +180,7 @@
ng-if="ctrl.state.appType === ctrl.KubernetesDeploymentTypes.GIT"
stack="ctrl.stack"
namespace="ctrl.formValues.ResourcePool.Namespace.Name"
stack-name="ctrl.formValues.StackName"
></kubernetes-redeploy-app-git-form>
<!-- #endregion -->