fix kubernetes ingress

This commit is contained in:
2025-01-14 20:36:44 +01:00
parent 85e9713431
commit 6238f575eb
3 changed files with 10 additions and 10 deletions

View File

@ -17,7 +17,7 @@ kind: Ingress
metadata:
name: {{ $fullName }}
labels:
{{- include "jackett.labels" . | nindent 4 }}
{{- include "owncloud.labels" . | nindent 4 }}
{{- with .Values.ingress.annotations }}
annotations:
{{- toYaml . | nindent 4 }}