add vault secrets and fix still poiting to election
Some checks failed
Build and Push Container Image / build-and-push (push) Failing after 3m14s

This commit is contained in:
2026-05-13 11:03:14 +02:00
parent 98a77049cd
commit cba49b734c
11 changed files with 83 additions and 50 deletions

View File

@@ -2,7 +2,7 @@
apiVersion: batch/v1
kind: Job
metadata:
name: election-migration
name: taskarr-migration
annotations:
# 1. Tells Argo this is a hook to run during sync
argocd.argoproj.io/hook: Sync
@@ -13,17 +13,17 @@ metadata:
# 3. Deletes the job after it succeeds so it can run again next time
argocd.argoproj.io/hook-delete-policy: BeforeHookCreation
labels:
app: election-migration
app: taskarr-migration
spec:
template:
metadata:
name: election-migration
name: taskarr-migration
labels:
app: election-migration
app: taskarr-migration
spec:
containers:
- name: election-migration
image: election-migration
- name: taskarr-migrator
image: migrator
env:
- name: DATABASE_URL
valueFrom: