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 11---
22name : matrix-alertmanager-receiver
3- version : 0.0.1
3+ version : 0.1.0
44sources :
55 - 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
44kind : Ingress
55metadata :
66 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 }}
711spec :
812 {{- if .Values.ingress.ingressClassName }}
913 ingressClassName : {{ .Values.ingress.ingressClassName }}
Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ affinity: {}
5959ingress :
6060 enabled : false
6161 host : " "
62- ingressClassName : " "
62+ commonAnnotations : {}
63+ annotations : {}
6364 tls : []
6465 # tls:
6566 # - hosts:
You can’t perform that action at this time.
0 commit comments