Skip to content

Commit

Permalink
feat(pontoon): add cronjob pod labels
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellzc committed Mar 22, 2021
1 parent 379ec2b commit 737e1ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/pontoon/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: pontoon
home: https://github.com/mozilla/pontoon
version: 1.2.0
version: 1.3.0
# Pontoon no longer cuts releases.
# See https://github.com/mozilla/pontoon/releases/tag/2018-12-19
# and https://hub.docker.com/r/skillsnetwork/pontoon/tags
Expand Down
7 changes: 7 additions & 0 deletions charts/pontoon/templates/pontoon-sync-projects-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ spec:
{{- end }}
spec:
template:
metadata:
labels:
app: {{ include "pontoon.fullname" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version }}
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
component: "pontoon-sync-projects-cronjob"
spec:
imagePullSecrets:
{{- range .Values.imagePullSecrets }}
Expand Down

0 comments on commit 737e1ba

Please sign in to comment.