Skip to content

Commit 30f4cbb

Browse files
committed
Fix chat backend service account
1 parent c05b6d2 commit 30f4cbb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

deploy/helm/tlm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.32
18+
version: 0.1.34
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

deploy/helm/tlm/templates/chat/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ metadata:
55
labels:
66
{{- include "tlm.labels" . | nindent 4 }}
77
spec:
8-
serviceAccountName: {{ .Release.Name }}-chat-backend
98
replicas: {{ .Values.replicaCount }}
109
selector:
1110
matchLabels:
@@ -16,6 +15,7 @@ spec:
1615
{{- include "tlm.selectorLabels" . | nindent 8 }}
1716
tlm.chat-backend: "true"
1817
spec:
18+
serviceAccountName: {{ .Release.Name }}-chat-backend
1919
containers:
2020
- name: {{ .Chart.Name }}-chat-backend
2121
{{if .Values.chat_backend.image.tag }}

installation/aks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ chat_backend:
170170
TLM_DEFAULT_COMPLETION_MODEL: azure/gpt-4o-mini
171171
TLM_DEFAULT_EMBEDDING_MODEL: azure/text-embedding-3-small
172172
173-
sp_identity_id: $OPENAI_SP_IDENTITY_ID
173+
azure_sp_identity_id: $OPENAI_SP_IDENTITY_ID
174174
175175
imagePullSecret:
176176
enabled: true

0 commit comments

Comments
 (0)