chart: support imagePullSecrets on tower-frontend

This commit is contained in:
2026-04-27 11:38:16 +00:00
parent 49056373e7
commit 1ec53b5291

View File

@@ -18,6 +18,10 @@ spec:
{{- include "tower.labels" . | nindent 8 }} {{- include "tower.labels" . | nindent 8 }}
odoosky.io/role: frontend odoosky.io/role: frontend
spec: spec:
{{- with .Values.frontend.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
containers: containers:
- name: tower-ui - name: tower-ui
image: "{{ .Values.frontend.image.repository }}:{{ .Values.frontend.image.tag }}" image: "{{ .Values.frontend.image.repository }}:{{ .Values.frontend.image.tag }}"