File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 27
27
checksum/config : {{ include (print $.Template.BasePath "/raw-spans-grouper-config.yaml") . | sha256sum }}
28
28
prometheus.io/scrape : " true"
29
29
prometheus.io/port : " {{ .Values.containerAdminPort }}"
30
+ {{- with .Values.podAnnotations }}
31
+ {{- toYaml . | nindent 8 }}
32
+ {{- end }}
30
33
spec :
31
34
{{- with .Values.imagePullSecrets }}
32
35
imagePullSecrets :
Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ deploymentLabels:
52
52
podLabels :
53
53
app : raw-spans-grouper
54
54
55
+ podAnnotations : {}
56
+
55
57
# The Deployment Selector match labels are different from the pod labels. Note that they should be a subset of the pod
56
58
# labels. You append new labels to them but cannot remove labels. If you remove or modify the labels you will need to
57
59
# delete the existing deployment bearing the same name and then redeploy. This is the reason why they are separated from
You can’t perform that action at this time.
0 commit comments