refactor: remove old/non-urgen/resolved FIXMEs

This commit is contained in:
2021-12-28 01:35:40 +01:00
parent 6a98024a2b
commit 5cacd09a04
6 changed files with 1 additions and 23 deletions

View File

@ -327,9 +327,6 @@ func GetAppStatuses(appFiles AppFiles) (map[string]map[string]string, error) {
if version, ok := service.Spec.Labels[labelKey]; ok {
result["version"] = version
} else {
//FIXME: we only need to check containers with the version label not
// every single container and then skip when we see no label perf gains
// to be had here
continue
}