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:
|
labels:
|
||||||
app: fusero-backend
|
app: fusero-backend
|
||||||
spec:
|
spec:
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: regcred
|
||||||
containers:
|
containers:
|
||||||
- name: backend
|
- name: backend
|
||||||
image: {{ .Values.backend.image }}
|
image: {{ .Values.backend.image }}
|
||||||
|
@ -12,6 +12,8 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: fusero-frontend
|
app: fusero-frontend
|
||||||
spec:
|
spec:
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: regcred
|
||||||
containers:
|
containers:
|
||||||
- name: frontend
|
- name: frontend
|
||||||
image: {{ .Values.frontend.image }}
|
image: {{ .Values.frontend.image }}
|
||||||
|
Loading…
Reference in New Issue
Block a user