File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22description : GitHub exporter
33name : github-exporter
4- version : 0.2.0
4+ version : 0.2.1
55appVersion : 0.7.1
66home : https://github.com/cpanato/github_actions_exporter
77maintainers :
Original file line number Diff line number Diff line change 2323 app.kubernetes.io/name : {{ include "github-exporter.name" . }}
2424 app.kubernetes.io/instance : {{ .Release.Name }}
2525 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 }}
2832 {{- end }}
2933 spec :
3034 containers :
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ deployment:
2424 pullPolicy : IfNotPresent
2525
2626 podLabels : {}
27+ podAnnotations : {}
2728
2829 resources : {}
2930 # 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