Skip to content

Commit

Permalink
Update statefulset.yaml to defined env CHROMA_LOG_CONFIG
Browse files Browse the repository at this point in the history
Signed-off-by: FlorentMair80 <[email protected]>
  • Loading branch information
FlorentMair80 authored Sep 12, 2024
1 parent e977f3f commit 4f3d9d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/chromadb-chart/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ spec:
- name: CHROMA_SERVER_HTTP_PORT
value: "{{ .Values.chromadb.serverHttpPort }}"
{{- end }}
{{- if .Values.chromadb.logConfigFileLocation }}
- name: CHROMA_LOG_CONFIG
value: "{{ .Values.chromadb.logConfigFileLocation }}"
{{- end }}
{{- if and .Values.chromadb.auth.enabled (eq .Values.chromadb.auth.type "token") }}
{{- if and (semverCompare ">= 0.4.7" .Values.chromadb.apiVersion) (semverCompare "< 0.5.0" .Values.chromadb.apiVersion) }}
- name: CHROMA_SERVER_AUTH_CREDENTIALS
Expand Down

0 comments on commit 4f3d9d1

Please sign in to comment.