[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:
parent
2ee5fb61df
commit
4efddf92c5
@ -317,7 +317,7 @@ autoRecovery:
|
||||
## templates/autorecovery-configmap.yaml
|
||||
##
|
||||
configData:
|
||||
PULSAR_MEM: "\" -Xms64m -Xmx128m \""
|
||||
BOOKIE_MEM: "\" -Xms64m -Xmx128m \""
|
||||
|
||||
## Pulsar Extra: Dashboard
|
||||
## templates/dashboard-deployment.yaml
|
||||
|
||||
@ -318,7 +318,7 @@ autoRecovery:
|
||||
## templates/autorecovery-configmap.yaml
|
||||
##
|
||||
configData:
|
||||
PULSAR_MEM: "\" -Xms1g -Xmx1g \""
|
||||
BOOKIE_MEM: "\" -Xms1g -Xmx1g \""
|
||||
|
||||
## Pulsar Extra: Dashboard
|
||||
## templates/dashboard-deployment.yaml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user