[Issue 6355][HELM] autorecovery - could not find or load main class (#6373)

This applies the recommended fix from
https://github.com/apache/pulsar/issues/6355#issuecomment-587756717

Fixes #6355

### Motivation

This PR corrects the configmap data which was causing the autorecovery pod to crashloop
with `could not find or load main class`

### Modifications

Updated the configmap var data per [this comment](https://github.com/apache/pulsar/issues/6355#issuecomment-587756717) from @sijie
This commit is contained in:
John Harris 2020-02-21 22:07:10 -08:00 committed by GitHub
parent 2ee5fb61df
commit 4efddf92c5
2 changed files with 2 additions and 2 deletions

View File

@ -317,7 +317,7 @@ autoRecovery:
## templates/autorecovery-configmap.yaml ## templates/autorecovery-configmap.yaml
## ##
configData: configData:
PULSAR_MEM: "\" -Xms64m -Xmx128m \"" BOOKIE_MEM: "\" -Xms64m -Xmx128m \""
## Pulsar Extra: Dashboard ## Pulsar Extra: Dashboard
## templates/dashboard-deployment.yaml ## templates/dashboard-deployment.yaml

View File

@ -318,7 +318,7 @@ autoRecovery:
## templates/autorecovery-configmap.yaml ## templates/autorecovery-configmap.yaml
## ##
configData: configData:
PULSAR_MEM: "\" -Xms1g -Xmx1g \"" BOOKIE_MEM: "\" -Xms1g -Xmx1g \""
## Pulsar Extra: Dashboard ## Pulsar Extra: Dashboard
## templates/dashboard-deployment.yaml ## templates/dashboard-deployment.yaml