Skip to content

Commit

Permalink
job
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiezieziula committed Nov 10, 2023
1 parent f4bd758 commit a7695ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/prefect-worker/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ spec:
subPathExpr: tmp
{{- if .Values.worker.config.baseJobTemplate }}
- mountPath: /home/prefect/baseJobTemplate.json
name: base-template-file
name: base-job-template-file
subPath: baseJobTemplate.json
{{- end }}
{{- if .Values.worker.extraVolumeMounts }}
Expand All @@ -168,7 +168,7 @@ spec:
{{- include "common.tplvalues.render" (dict "value" .Values.worker.extraVolumes "context" $) | nindent 8 }}
{{- end }}
{{- if .Values.worker.config.baseJobTemplate }}
- name: base-template-file
- name: base-job-template-file
configMap:
name: prefect-worker-base-job-template
{{- end }}

0 comments on commit a7695ee

Please sign in to comment.