diff --git a/worker/appm/types/v1/status.go b/worker/appm/types/v1/status.go index 7f04a0883..04c004d22 100644 --- a/worker/appm/types/v1/status.go +++ b/worker/appm/types/v1/status.go @@ -28,7 +28,7 @@ import ( //IsEmpty is empty func (a *AppService) IsEmpty() bool { - empty := len(a.pods) == 0 && len(a.services) == 0 && len(a.secrets) == 0 && len(a.configMaps) == 0 + empty := len(a.pods) == 0 return empty }