Skip to content

Commit 3724392

Browse files
committed
Remove unnecessary comment
1 parent 88f957a commit 3724392

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

charts/azimuth-llm/templates/ui/app-config-map.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ metadata:
77
{{- include "azimuth-llm.labels" . | nindent 4 }}
88
data:
99
overrides.yml: |
10-
{{/* Set backend URL to in-cluster API address */}}
1110
{{- $_ := set .Values.ui.appSettings "backend_url" (printf "http://%s-api.%s.svc" .Release.Name .Release.Namespace) }}
1211
{{- .Values.ui.appSettings | toYaml | nindent 4 }}
1312
{{- end -}}

0 commit comments

Comments
 (0)