File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
charts/matrix-alertmanager-receiver Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : matrix-alertmanager-receiver
3
- version : 0.0.1
3
+ version : 0.1.0
4
4
sources :
5
5
- https://github.com/metio/matrix-alertmanager-receiver
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ apiVersion: networking.k8s.io/v1
4
4
kind : Ingress
5
5
metadata :
6
6
name : matrix-alertmanager-receiver
7
+ {{- if or .Values.ingress.annotations .Values.ingress.commonAnnotations }}
8
+ {{ $annotations := merge .Values.ingress.annotations .Values.ingress.commonAnnotations }}
9
+ annotations : {{ toYaml $annotations | nindent 4 }}
10
+ {{- end }}
7
11
spec :
8
12
{{- if .Values.ingress.ingressClassName }}
9
13
ingressClassName : {{ .Values.ingress.ingressClassName }}
Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ affinity: {}
59
59
ingress :
60
60
enabled : false
61
61
host : " "
62
- ingressClassName : " "
62
+ commonAnnotations : {}
63
+ annotations : {}
63
64
tls : []
64
65
# tls:
65
66
# - hosts:
You can’t perform that action at this time.
0 commit comments