This commit is contained in:
Adeniyi Stephen Oluwatola 2024-11-18 20:04:48 +02:00 committed by GitHub
commit 01b1091e1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ func toServicePortConfigsMap(s any) (map[any]any, error) {
}
m := map[any]any{}
for _, p := range ports {
m[p.Published] = p
m[p] = p
}
return m, nil
}