remove namespace

This commit is contained in:
duhow 2024-02-19 21:49:30 +01:00
parent 76a788939f
commit 770c6f210c
No known key found for this signature in database
8 changed files with 7 additions and 19 deletions

View file

@ -3,7 +3,6 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: open-webui-ingress
namespace: {{ .Values.namespace }}
{{- if .Values.webui.ingress.annotations }}
annotations:
{{ toYaml .Values.webui.ingress.annotations | trimSuffix "\n" | indent 4 }}