From d5dd80a857b53bd93a09bd00d1afe3f8af363ce0 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Tue, 9 Apr 2024 20:44:14 +0200 Subject: [PATCH] Update values.yaml Signed-off-by: Kjeld Schouten --- charts/stable/solr/values.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/charts/stable/solr/values.yaml b/charts/stable/solr/values.yaml index 522e3587284..807f75dbc27 100644 --- a/charts/stable/solr/values.yaml +++ b/charts/stable/solr/values.yaml @@ -15,11 +15,7 @@ workload: SOLR_ENABLE_AUTHENTICATION: "{{ .Values.solrEnableAuthentication }}" SOLR_ADMIN_USERNAME: "{{ .Values.solrUsername }}" SOLR_OPTS: "{{ .Values.solrOpts }}" - SOLR_ADMIN_PASSWORD: - secretKeyRef: - expandObjectName: "{{ if .Values.solrPassword }}true{{ else }}false{{ end }}" - name: '{{ if .Values.solrPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "solrcreds" }}{{ end }}' - key: "solr-password" + SOLR_ADMIN_PASSWORD: "{{ if .Values.password }}" # -- Probe configuration # -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) # @default -- See below @@ -111,7 +107,7 @@ solrOpts: "" # -- Secret or password # One of these options is required, unless used as a dependency for another TrueCharts chart. existingSecret: "" -solrPassword: "" +password: "PLACEHOLDERPASSWORD" secret: credentials: enabled: true