Fixes HELM error on extraIngresses

Signed-off-by: Waldemar Faist <cubic@coldice.net>
This commit is contained in:
Waldemar Faist 2020-10-07 14:01:34 +02:00
parent 2e541d77e5
commit 4bde4fa33f
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: media-common name: media-common
description: Common dependancy chart for media ecosystem containers description: Common dependancy chart for media ecosystem containers
type: application type: application
version: 1.3.0 version: 1.3.1
keywords: keywords:
- media-common - media-common
home: https://github.com/k8s-at-home/charts/tree/master/charts/media-common home: https://github.com/k8s-at-home/charts/tree/master/charts/media-common

View File

@ -64,7 +64,7 @@ kind: Ingress
metadata: metadata:
name: {{ $fullName }}-{{ $ingress.nameSuffix | default $index }} name: {{ $fullName }}-{{ $ingress.nameSuffix | default $index }}
labels: labels:
{{- include "media-common.labels" . | nindent 4 }} {{- include "media-common.labels" $ | nindent 4 }}
{{- with $ingress.annotations }} {{- with $ingress.annotations }}
annotations: annotations:
{{- toYaml . | nindent 4 }} {{- toYaml . | nindent 4 }}