From baf3b7818d9f85760f3f0a5c04884d2795a0c26a Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Thu, 30 Jan 2020 21:00:56 +0100 Subject: [PATCH] Escape double quotes to deploy configmap - It was failing without them... also ACCEPT_LICENSE_AGREEMENT wasn't set properly using .Values --- deployment/helm/human-connection/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deployment/helm/human-connection/values.yaml b/deployment/helm/human-connection/values.yaml index 1858fca55..38ca20fbb 100644 --- a/deployment/helm/human-connection/values.yaml +++ b/deployment/helm/human-connection/values.yaml @@ -23,9 +23,9 @@ letsencryptIssuer: "letsencrypt-prod" # neo4jConfig changes any default neo4j config/adds it. neo4jConfig: # acceptLicenseAgreement is used to agree to the license agreement for neo4j's enterprise edition. - acceptLicenseAgreement: "yes" + acceptLicenseAgreement: \"yes\" # apocImportFileEnabled enables the import of files to neo4j using the plugin apoc - apocImportFileEnabled: "true" + apocImportFileEnabled: \"true\" # dbmsMemoryHeapInitialSize configures initial heap size. By default, it is calculated based on available system resources.(valid units are `k`, `K`, `m`, `M`, `g`, `G`) dbmsMemoryHeapInitialSize: "500M" # dbmsMemoryHeapMaxSize configures maximum heap size. By default it is calculated based on available system resources.(valid units are `k`, `K`, `m`, `M`, `g`, `G`) @@ -39,9 +39,9 @@ neo4jResourceRequestsMemory: "1G" # supportEmail is used for letsencrypt certs. supportEmail: "devcom@human-connection.org" # smtpHost is the host for the mailserver. -smtpHost: "mailserver.human-connection" +smtpHost: "mailserver.human-connection.org" # smtpPort is the port to be used for the mailserver. -smtpPort: "25" +smtpPort: \"25\" # jwtSecret is used to encode/decode a user's JWT for authentication jwtSecret: "Yi8mJjdiNzhCRiZmdi9WZA==" # privateKeyPassphrase is used for activity pub