add vault secrets and fix still poiting to election
Some checks failed
Build and Push Container Image / build-and-push (push) Failing after 3m14s
Some checks failed
Build and Push Container Image / build-and-push (push) Failing after 3m14s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user