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:
|
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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user