mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-04 03:49:27 +00:00
update open-webui helm chart websocket-redis.yml template - add option adding image pull secrets for redis image
This commit is contained in:
parent
08783e7cd0
commit
26eb71d2e2
@ -26,6 +26,10 @@ spec:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- if .Values.websocket.redis.image.pullSecretName }}
|
||||
imagePullSecrets:
|
||||
- name: {{ .Values.websocket.redis.image.pullSecretName }}
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: {{ .Values.websocket.redis.name }}
|
||||
image: "{{ .Values.websocket.redis.image.repository }}:{{ .Values.websocket.redis.image.tag }}"
|
||||
|
Loading…
Reference in New Issue
Block a user