Skip to content

Commit

Permalink
make the lookout migration deployment chart have a customisable name (#…
Browse files Browse the repository at this point in the history
…305) (#4086)

Co-authored-by: Eleanor Pratt <[email protected]>
  • Loading branch information
d80tb7 and Eleanor Pratt authored Dec 11, 2024
1 parent 723bb16 commit 32b779d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/lookout-migration-v2/templates/job.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: batch/v1
kind: Job
metadata:
name: lookout-migration-v2
name: {{ include "lookout_v2.name" . }}
labels:
{{- include "lookout_v2.labels.all" . | nindent 4 }}
spec:
Expand All @@ -10,7 +10,7 @@ spec:
parallelism: 1
template:
metadata:
name: lookout-migration-v2
name: {{ include "lookout_v2.name" . }}
labels:
{{- include "lookout_v2.labels.all" . | nindent 8 }}
spec:
Expand Down

0 comments on commit 32b779d

Please sign in to comment.