We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f957a commit 3724392Copy full SHA for 3724392
charts/azimuth-llm/templates/ui/app-config-map.yml
@@ -7,7 +7,6 @@ metadata:
7
{{- include "azimuth-llm.labels" . | nindent 4 }}
8
data:
9
overrides.yml: |
10
- {{/* Set backend URL to in-cluster API address */}}
11
{{- $_ := set .Values.ui.appSettings "backend_url" (printf "http://%s-api.%s.svc" .Release.Name .Release.Namespace) }}
12
{{- .Values.ui.appSettings | toYaml | nindent 4 }}
13
{{- end -}}
0 commit comments