fix: add imagePullSecrets for private registry auth
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 6m6s
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 6m6s
This commit is contained in:
parent
2b589a93b2
commit
f3bece7009
@ -12,6 +12,8 @@ spec:
|
||||
labels:
|
||||
app: fusero-backend
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
containers:
|
||||
- name: backend
|
||||
image: {{ .Values.backend.image }}
|
||||
|
@ -12,6 +12,8 @@ spec:
|
||||
labels:
|
||||
app: fusero-frontend
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
containers:
|
||||
- name: frontend
|
||||
image: {{ .Values.frontend.image }}
|
||||
|
Loading…
Reference in New Issue
Block a user