diff --git a/templates/backend-deployment.yaml b/templates/backend-deployment.yaml index 59e305f..27590cf 100644 --- a/templates/backend-deployment.yaml +++ b/templates/backend-deployment.yaml @@ -19,6 +19,10 @@ spec: odoosky.io/role: backend spec: serviceAccountName: tower + {{- with .Values.backend.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} containers: - name: tower image: "{{ .Values.backend.image.repository }}:{{ .Values.backend.image.tag }}"