Browse Source

Merge pull request #15722 from rpastrana/HPCC-27034-Elk-poststart

HPCC-27034 Do not fail elastic4hpcclogs postStart hook

Reviewed-By: Xiaoming Wang <xiaoming.wang@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 3 years ago
parent
commit
cede80a140
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