forked from open-webui/open-webui
add define names
This commit is contained in:
parent
770c6f210c
commit
cbaada1410
7 changed files with 17 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: open-webui-ingress
|
||||
name: {{ include "open-webui.name" . }}
|
||||
{{- if .Values.webui.ingress.annotations }}
|
||||
annotations:
|
||||
{{ toYaml .Values.webui.ingress.annotations | trimSuffix "\n" | indent 4 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue