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 9a236c8 commit f4bd758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/prefect-worker/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: prefect-worker-base-template
name: prefect-worker-base-job-template
namespace: {{ include "common.names.namespace" . | quote }}
labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
app.kubernetes.io/component: worker
Expand Down
2 changes: 1 addition & 1 deletion charts/prefect-worker/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,5 @@ spec:
{{- if .Values.worker.config.baseJobTemplate }}
- name: base-template-file
configMap:
name: prefect-worker-base-template
name: prefect-worker-base-job-template
{{- end }}

0 comments on commit f4bd758

Please sign in to comment.