fix: add imagePullSecrets for private registry auth
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 6m6s

This commit is contained in:
liquidrinu 2025-05-22 18:26:03 +02:00
parent 2b589a93b2
commit f3bece7009
2 changed files with 4 additions and 0 deletions

@ -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 }}