fix: add imagePullSecrets to migration job
Some checks failed
Deploy to Production / Build and Deploy (push) Has been cancelled
Some checks failed
Deploy to Production / Build and Deploy (push) Has been cancelled
This commit is contained in:
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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user