From 719d11b2e2c38ce730db71699822408294e6159d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 20 Apr 2024 11:46:23 +0200 Subject: [PATCH] fix(solr): clear out some solr settings Signed-off-by: Kjeld Schouten --- charts/stable/solr/values.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/charts/stable/solr/values.yaml b/charts/stable/solr/values.yaml index 28acb14e417..d14b4bc3a3f 100644 --- a/charts/stable/solr/values.yaml +++ b/charts/stable/solr/values.yaml @@ -104,15 +104,7 @@ solrEnableAuthentication: "yes" solrUsername: "test" # Used to pass a comma separated list of optional options like '-XX:G1HeapRegionSize=8m' solrOpts: "" -# -- Secret or password -# One of these options is required, unless used as a dependency for another TrueCharts chart. -existingSecret: "" password: "PLACEHOLDERPASSWORD" -secret: - credentials: - enabled: true - data: - solr-password: '{{ ( .Values.solrPassword | default "empty" ) }}' portal: open: enabled: true