Skip to content

Commit

Permalink
Merge branch 'main' into feature/helm-signing
Browse files Browse the repository at this point in the history
  • Loading branch information
machisuji authored Nov 13, 2023
2 parents 6bfb7d5 + 89076c9 commit 27dc346
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/openproject/templates/seeder-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ metadata:
name: {{ include "common.names.fullname" . }}-seeder-{{ now | date "20060102150405" }}
labels:
{{- include "common.labels.standard" . | nindent 4 }}
{{- with .Values.seederJob.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
ttlSecondsAfterFinished: 6000
template:
Expand Down
6 changes: 6 additions & 0 deletions charts/openproject/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,12 @@ serviceAccount:
#
annotations: {}

# Options for the seeder job
seederJob:
## Define custom seeder job annotations.
#
annotations: {}

## Tolerations for pod assignment.
##
## Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
Expand Down

0 comments on commit 27dc346

Please sign in to comment.