We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6cf85c + d07d035 commit 41fa4c2Copy full SHA for 41fa4c2
charts/prom-aggregation-gateway/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: prom-aggregation-gateway
3
-version: 0.6.0
+version: 0.6.1
4
home: https://github.com/zapier/prom-aggregation-gateway
5
maintainers:
6
- name: djeebus
charts/prom-aggregation-gateway/templates/controller.yaml
@@ -20,6 +20,10 @@ spec:
20
{{- end }}
21
template:
22
metadata:
23
+ {{- with .Values.podAnnotations }}
24
+ annotations:
25
+ {{- toYaml . | nindent 8 }}
26
+ {{- end }}
27
labels:
28
{{- include "prom-aggregation-gateway.selectorLabels" . | nindent 8 }}
29
spec:
charts/prom-aggregation-gateway/values.yaml
@@ -21,6 +21,8 @@ podMonitor:
create: true
additionalLabels: {}
+podAnnotations: {}
+
service:
annotations: {}
0 commit comments