chart: support imagePullSecrets on tower-backend

This commit is contained in:
2026-04-27 11:15:29 +00:00
parent 0c189df1f0
commit 67c4f4a883

View File

@@ -19,6 +19,10 @@ spec:
odoosky.io/role: backend odoosky.io/role: backend
spec: spec:
serviceAccountName: tower serviceAccountName: tower
{{- with .Values.backend.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
containers: containers:
- name: tower - name: tower
image: "{{ .Values.backend.image.repository }}:{{ .Values.backend.image.tag }}" image: "{{ .Values.backend.image.repository }}:{{ .Values.backend.image.tag }}"