From f4bd758af2af796649732fe5d0115601a4f23c2e Mon Sep 17 00:00:00 2001 From: Jamie Zieziula Date: Fri, 10 Nov 2023 12:43:19 -0500 Subject: [PATCH] job --- charts/prefect-worker/templates/configmap.yaml | 2 +- charts/prefect-worker/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/prefect-worker/templates/configmap.yaml b/charts/prefect-worker/templates/configmap.yaml index 408c2fb2..8c126274 100644 --- a/charts/prefect-worker/templates/configmap.yaml +++ b/charts/prefect-worker/templates/configmap.yaml @@ -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 diff --git a/charts/prefect-worker/templates/deployment.yaml b/charts/prefect-worker/templates/deployment.yaml index ff298e6c..a16550bd 100644 --- a/charts/prefect-worker/templates/deployment.yaml +++ b/charts/prefect-worker/templates/deployment.yaml @@ -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 }}