Skip to content

Commit f914f00

Browse files
committed
fix env variable name
1 parent 0bfa15d commit f914f00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/intel/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
{{ .Values.ai.url | quote }}
8989
{{ end }}
9090
{{- if .Values.codetogether.customClientsUrl }}
91-
- name: CT_HQ_OLLAMA_AI_CLIENTS_URL
91+
- name: CT_CUSTOM_CLIENTS_ORIGIN
9292
value: {{ .Values.codetogether.customClientsUrl | quote }}
9393
{{- end }}
9494
- name: CT_HQ_OLLAMA_AI_MODEL_NAME

0 commit comments

Comments
 (0)