mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-26 18:16:14 +00:00
feat(websocket): fix type of '_helpers.tpl'
This commit is contained in:
@@ -159,7 +159,7 @@ Create selector labels to include on chart all websocket resources
|
|||||||
*/}}
|
*/}}
|
||||||
{{- define "websocket.redis.selectorLabels" -}}
|
{{- define "websocket.redis.selectorLabels" -}}
|
||||||
{{ include "base.selectorLabels" . }}
|
{{ include "base.selectorLabels" . }}
|
||||||
app.kubernetes.io/component: {{ .Valueswebsocket.redis.name }}
|
app.kubernetes.io/component: {{ .Values.websocket.redis.name }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{/*
|
{{/*
|
||||||
|
|||||||
Reference in New Issue
Block a user