Skip to content

Commit

Permalink
Fix etjob rendering error when using local logging dir (#1203)
Browse files Browse the repository at this point in the history
Signed-off-by: trafalgarzzz <[email protected]>
  • Loading branch information
TrafalgarZZZ authored Nov 13, 2024
1 parent 0838d54 commit a765b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/etjob/templates/etjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,8 @@ spec:
{{- if .Values.useTensorboard }}
{{- if .Values.isLocalLogging }}
- name: training-logs-volume
hostPath:
path: "{{ .Values.hostLogPath }}"
hostPath:
path: "{{ .Values.hostLogPath }}"
{{- end }}
{{- end }}
{{- if .Values.nvidiaPath }}
Expand Down

0 comments on commit a765b1c

Please sign in to comment.