Skip to content

Commit

Permalink
Add annotations to job-create-site
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammedNoureldin authored May 28, 2024
1 parent 3b0aa52 commit c54782d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions erpnext/templates/job-create-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ metadata:
name: {{ template "erpnext.fullname" . }}-new-site-{{ now | date "20060102150405" }}
labels:
{{- include "erpnext.labels" . | nindent 4 }}
annotations:
{{- if .Values.jobs.createSite.annotations }}
{{- range .Values.jobs.createSite.annotations }}
{{ . }}
{{- end }}
{{- end }}
spec:
backoffLimit: {{ .Values.jobs.createSite.backoffLimit }}
template:
Expand Down

0 comments on commit c54782d

Please sign in to comment.