fix: add imagePullSecrets to migration job
Some checks failed
Deploy to Production / Build and Deploy (push) Has been cancelled

This commit is contained in:
liquidrinu 2025-05-22 19:16:23 +02:00
parent 576ce89698
commit 45a2ba4611

@ -8,6 +8,8 @@ spec:
metadata:
name: fusero-backend-db-init
spec:
imagePullSecrets:
- name: regcred
containers:
- name: migrate-seed
image: {{ .Values.backend.image }}