chart: support imagePullSecrets on tower-frontend
This commit is contained in:
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user