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 dfba425 commit cdcea4fCopy full SHA for cdcea4f
charts/azimuth-llm/templates/test/end-to-end.yml
@@ -23,6 +23,10 @@ spec:
23
{{- else }}
24
- http://{{ .Values.ui.service.name }}.{{ .Release.Namespace }}.svc
25
{{- end }}
26
+ env:
27
+ - name: PYTHONUNBUFFERED
28
+ value: "1"
29
+ tty: true # Make stdout from python visible in k8s logs
30
restartPolicy: Never
31
# Handle retries within gradio-test-client script
32
backoffLimit: 1
0 commit comments