mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 16:09:08 +00:00
Fixes HELM error on extraIngresses
Signed-off-by: Waldemar Faist <cubic@coldice.net>
This commit is contained in:
parent
2e541d77e5
commit
4bde4fa33f
@ -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
|
||||||
|
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user