mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 15:59:09 +00:00
Merge pull request #84 from CuBiC3D/master
[media-common] Fixes HELM error on extraIngresses
This commit is contained in:
commit
7f1f2b9150
@ -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