mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
fix(kube-stacks): change wordings [EE-6670] (#11334)
This commit is contained in:
parent
a570073d12
commit
c35473f308
2 changed files with 5 additions and 3 deletions
|
@ -22,7 +22,9 @@ class KubernetesDeploymentConverter {
|
|||
const res = new KubernetesDeployment();
|
||||
res.Namespace = formValues.ResourcePool.Namespace.Name;
|
||||
res.Name = formValues.Name;
|
||||
res.StackName = formValues.StackName ? formValues.StackName : formValues.Name;
|
||||
if (formValues.StackName) {
|
||||
res.StackName = formValues.StackName;
|
||||
}
|
||||
res.ApplicationOwner = formValues.ApplicationOwner;
|
||||
res.ApplicationName = formValues.Name;
|
||||
res.ReplicaCount = formValues.ReplicaCount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue