Commit b18d37c4 authored by Christos Tranoris's avatar Christos Tranoris
Browse files

fix for #17

parent 13c6b7d3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -853,7 +853,7 @@ public class Service extends BaseRootNamedEntity {
      } else if ( existsReserved || existsStandby) {
        nextState = ServiceStateType.RESERVED ; 
      } else if ( existsSuspended ) {
        nextState = ServiceStateType.TERMINATED ; 
          //do nothing
      } else if ( existUnknown ) {
//        if (this.getState().equals( ServiceStateType.ACTIVE  )) { //helpful state for argoCD lifecycle
//          nextState = ServiceStateType.TERMINATED ;