Skip to content

Commit

Permalink
fix(worker): Fix leo host value in backend configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
mjasion committed Oct 25, 2023
1 parent 2b85aef commit c846529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: studio
description: A Helm chart for Kubernetes
type: application
version: 0.7.2
version: 0.7.3
appVersion: "v2.45.1"
maintainers:
- name: iterative
Expand Down
2 changes: 1 addition & 1 deletion charts/studio/templates/configmap-studio-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
{{- toYaml . | nindent 2 }}
{{- end }}

LEO_SERVICE_HOST: "{{ .Release.Name }}-leo"
LEO_SERVICE_HOST: "{{ .Release.Name }}-studio-leo"
LEO_SERVICE_PORT: "{{ .Values.studioLeo.service.port }}"
LEO_ENCODING: "utf-8"

0 comments on commit c846529

Please sign in to comment.