removed redundant memory assignment
This commit is contained in:
@@ -268,7 +268,6 @@ func (p *SFMeshProvider) getMeshApplication(pod *v1.Pod) (servicefabricmesh.Appl
|
||||
containerMemoryRequest = 0.10
|
||||
}
|
||||
|
||||
containerMemoryRequest = 1
|
||||
memoryRequest = containerMemoryRequest
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user