Skip to content

Commit

Permalink
nit: rename old enrichment db migrations pod to deduplication db migr…
Browse files Browse the repository at this point in the history
…ations
  • Loading branch information
northdpole committed Aug 12, 2024
1 parent 28e485b commit 8933b2f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ metadata:
spec:
template:
metadata:
name: enrichment-db-migrations
name: deduplication-db-migrations
labels:
{{- include "deduplication_db_migrations.labels" . | nindent 8 }}
spec:
restartPolicy: Never
containers:
- name: enrichment-db-migrations
- name: deduplication-db-migrations
# image.tag is set because you can't do helm upgrade and set the chart AppVersion manually
image: "{{ default "ghcr.io/ocurity/dracon" .Values.image.registry }}/draconctl:{{ default .Chart.AppVersion .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
Expand Down

0 comments on commit 8933b2f

Please sign in to comment.