From 9778ce2fe10c6d0d77187217ad3595d6c6f68eec Mon Sep 17 00:00:00 2001 From: Sijie Guo Date: Tue, 23 Jun 2020 10:14:23 -0700 Subject: [PATCH] Remove double quotes from the environment variables (#24) *Motivation* Some of the environment variables still use double quotes. They result in the following ```bash Could not find or load main class " ``` --- charts/pulsar/values.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/charts/pulsar/values.yaml b/charts/pulsar/values.yaml index 4c82736..b71d4b9 100644 --- a/charts/pulsar/values.yaml +++ b/charts/pulsar/values.yaml @@ -496,9 +496,7 @@ autorecovery: ## configData: BOOKIE_MEM: > - " -Xms64m -Xmx64m - " ## Pulsar Zookeeper metadata. The metadata will be deployed as ## soon as the last zookeeper node is reachable. The deployment