File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
description : GitHub exporter
3
3
name : github-exporter
4
- version : 0.2.0
4
+ version : 0.2.1
5
5
appVersion : 0.7.1
6
6
home : https://github.com/cpanato/github_actions_exporter
7
7
maintainers :
Original file line number Diff line number Diff line change 23
23
app.kubernetes.io/name : {{ include "github-exporter.name" . }}
24
24
app.kubernetes.io/instance : {{ .Release.Name }}
25
25
helm.sh/chart : {{ include "github-exporter.chart" . }}
26
- {{- if .Values.podLabels -}}
27
- {{ .Values.podLabels | toYaml | nindent 8 -}}
26
+ {{- if .Values.deployment.podLabels -}}
27
+ {{ .Values.deployment.podLabels | toYaml | nindent 8 -}}
28
+ {{- end }}
29
+ annotations :
30
+ {{- with .Values.deployment.podAnnotations }}
31
+ {{- toYaml . | nindent 8 }}
28
32
{{- end }}
29
33
spec :
30
34
containers :
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ deployment:
24
24
pullPolicy : IfNotPresent
25
25
26
26
podLabels : {}
27
+ podAnnotations : {}
27
28
28
29
resources : {}
29
30
# We usually recommend not to specify default resources and to leave this as a conscious
You can’t perform that action at this time.
0 commit comments