File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed
charts/prom-aggregation-gateway Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : prom-aggregation-gateway
3- version : 0.5.1
3+ version : 0.5.2
44home : https://github.com/zapier/prom-aggregation-gateway
55maintainers :
66 - name : djeebus
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
1818app.kubernetes.io /managed-by: {{ .Release.Service }}
1919{{- end }}
2020
21+ {{- define " prom-aggregation-gateway.annotations" -}}
22+ {{ toYaml .Values.controller.annotations }}
23+ {{- end }}
24+
2125{{- define " prom-aggregation-gateway.selectorLabels" -}}
2226app.kubernetes.io /name: {{ include " prom-aggregation-gateway.name" . }}
2327app.kubernetes.io /instance: {{ .Release.Name }}
Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ metadata:
77 {{- if .Values.controller.labels }}
88 {{- toYaml .Values.controller.labels | nindent 4 }}
99 {{- end }}
10-
10+ {{- if .Values.controller.annotations }}
11+ annotations :
12+ {{- include "prom-aggregation-gateway.annotations" . | nindent 4 }}
13+ {{- end }}
1114spec :
1215 selector :
1316 matchLabels :
Original file line number Diff line number Diff line change 4242 },
4343 "apiPort" : {
4444 "type" : " integer"
45+ },
46+ "annotations" : {
47+ "type" : " object" ,
48+ "patternProperties" : {
49+ ".*" : {"type" : " string" }
50+ }
4551 }
4652 },
4753 "required" : [
You can’t perform that action at this time.
0 commit comments