From 67c4f4a8832ade4253f91bcf725193a6a161396e Mon Sep 17 00:00:00 2001 From: git_admin Date: Mon, 27 Apr 2026 11:15:29 +0000 Subject: [PATCH] chart: support imagePullSecrets on tower-backend --- templates/backend-deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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 }}"