Skip to content

Commit 7b6f765

Browse files
authored
Merge pull request #87 from eth-cscs/fix-typo-helm-chart-uvicorn-config-value
Fix typo in deployment file
2 parents 4a29163 + a6db730 commit 7b6f765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/helm/firecrest-api/templates/firecrest-api-depl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
value: {{ .Values.loggingLevel }}
3636
{{- if .Values.logConfig }}
3737
- name: UVICORN_LOG_CONFIG
38-
values: {{ .Values.logConfig }}
38+
value: {{ .Values.logConfig }}
3939
{{- end }}
4040
volumeMounts:
4141
- name: firecrest-configs-volume

0 commit comments

Comments
 (0)