Skip to content
Snippets Groups Projects
Commit b18d37c4 authored by tranoris's avatar tranoris
Browse files

fix for #17

parent 13c6b7d3
No related branches found
No related tags found
1 merge request!21Resolve "Check service status update based on resource state"
Pipeline #12750 passed
......@@ -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 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment