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