Update templates/gitea/ingress.yaml

This commit is contained in:
joshuachp 2025-01-16 12:58:38 +00:00
parent 7ea9325fb8
commit 82b2930b5f

View file

@ -1,6 +1,6 @@
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "gitea.fullname" . -}}
apiVersion: networking.k8s.io/v1/Ingress
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: {{ $fullName }}