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: metadata:
name: fusero-backend-db-init name: fusero-backend-db-init
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: migrate-seed - name: migrate-seed
image: {{ .Values.backend.image }} image: {{ .Values.backend.image }}