diff --git a/templates/frontend-deployment.yaml b/templates/frontend-deployment.yaml index e9ede2e..2cbc433 100644 --- a/templates/frontend-deployment.yaml +++ b/templates/frontend-deployment.yaml @@ -18,6 +18,10 @@ spec: {{- include "tower.labels" . | nindent 8 }} odoosky.io/role: frontend spec: + {{- with .Values.frontend.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} containers: - name: tower-ui image: "{{ .Values.frontend.image.repository }}:{{ .Values.frontend.image.tag }}"