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