Update values.yaml

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2024-04-09 20:44:14 +02:00
committed by GitHub
parent 1c35a17494
commit d5dd80a857
+2 -6
View File
@@ -15,11 +15,7 @@ workload:
SOLR_ENABLE_AUTHENTICATION: "{{ .Values.solrEnableAuthentication }}" SOLR_ENABLE_AUTHENTICATION: "{{ .Values.solrEnableAuthentication }}"
SOLR_ADMIN_USERNAME: "{{ .Values.solrUsername }}" SOLR_ADMIN_USERNAME: "{{ .Values.solrUsername }}"
SOLR_OPTS: "{{ .Values.solrOpts }}" SOLR_OPTS: "{{ .Values.solrOpts }}"
SOLR_ADMIN_PASSWORD: SOLR_ADMIN_PASSWORD: "{{ if .Values.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"
# -- Probe configuration # -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) # -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
# @default -- See below # @default -- See below
@@ -111,7 +107,7 @@ solrOpts: ""
# -- Secret or password # -- Secret or password
# One of these options is required, unless used as a dependency for another TrueCharts chart. # One of these options is required, unless used as a dependency for another TrueCharts chart.
existingSecret: "" existingSecret: ""
solrPassword: "" password: "PLACEHOLDERPASSWORD"
secret: secret:
credentials: credentials:
enabled: true enabled: true