Skip to content

Commit

Permalink
add labels to datapuller
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Feb 2, 2025
1 parent 9418f05 commit 13edaf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/app/templates/datapuller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ spec:
spec:
template:
spec:
labels:
{{- include "bt-app.datapullerLabels" $root | nindent 12 }}
containers:
- name: datapuller-{{ $jobName }}
image: {{ printf "%s/%s:%s" $jobConfig.image.registry $jobConfig.image.repository ( toString $jobConfig.image.tag ) }}
Expand Down

0 comments on commit 13edaf2

Please sign in to comment.