We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a05caf commit 0018d33Copy full SHA for 0018d33
pkg/controller/controller.go
@@ -248,7 +248,7 @@ func (c *Controller) handleApplicationProfile(applicationProfileUnstructured *un
248
}
249
250
// TODO: Make this code more efficient and less repetitive.
251
- for containerIndex := 0; containerIndex < len(podApplicationProfileObj.Spec.Containers); i++ {
+ for containerIndex := 0; containerIndex < len(podApplicationProfileObj.Spec.Containers); containerIndex++ {
252
// Merge containers
253
if mapContainer, exists := containersMap[podApplicationProfileObj.Spec.Containers[containerIndex].Name]; exists {
254
// Merge SysCalls
0 commit comments