diff --git a/chart/templates/backend-deployment.yaml b/chart/templates/backend-deployment.yaml index 14b3668..2097be3 100644 --- a/chart/templates/backend-deployment.yaml +++ b/chart/templates/backend-deployment.yaml @@ -12,6 +12,8 @@ spec: labels: app: fusero-backend spec: + imagePullSecrets: + - name: regcred containers: - name: backend image: {{ .Values.backend.image }} diff --git a/chart/templates/frontend-deployment.yaml b/chart/templates/frontend-deployment.yaml index 5023f09..d534e95 100644 --- a/chart/templates/frontend-deployment.yaml +++ b/chart/templates/frontend-deployment.yaml @@ -12,6 +12,8 @@ spec: labels: app: fusero-frontend spec: + imagePullSecrets: + - name: regcred containers: - name: frontend image: {{ .Values.frontend.image }}