Browse Source

HPCC-27034 Do not fail elastic4hpcclogs postStart hook

- Avoid endless restart loop encountered upon failed postStart

Signed-off-by: Rodrigo Pastrana <rodrigo.pastrana@lexisnexisrisk.com>
Rodrigo Pastrana 3 years ago
parent
commit
23f502103d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      helm/managed/logging/elastic/values.yaml

+ 0 - 2
helm/managed/logging/elastic/values.yaml

@@ -58,7 +58,6 @@ elasticsearch:
                 echo 'Successfully added hpccpipeline !'
               else
                 echo 'Failed to add hpccpipeline.'
-                exit $rc
               fi
             fi
 
@@ -185,5 +184,4 @@ kibana:
               echo Index pattern creation response:  ${httpcode}
             else
               echo Failed to retrieve index pattern information from Kibana: ${httpcode}
-              exit ${httpcode}
             fi