Skip to content

Commit

Permalink
Fix the wrong location of activeDeadlineSeconds
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Apr 8, 2022
1 parent e033aeb commit 3ec59ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion moodle/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: moodle
version: 0.1.5
version: 0.1.6
description: Moodle is a learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalised learning environments
keywords:
- moodle
Expand Down
6 changes: 3 additions & 3 deletions moodle/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ spec:
startingDeadlineSeconds: {{ .Values.cronjob.startingDeadlineSeconds }}
{{- end }}
concurrencyPolicy: {{ .Values.cronjob.concurrencyPolicy }}
{{- if .Values.cronjob.activeDeadlineSeconds }}
activeDeadlineSeconds: {{ .Values.cronjob.activeDeadlineSeconds }}
{{- end }}
jobTemplate:
spec:
{{- if .Values.cronjob.activeDeadlineSeconds }}
activeDeadlineSeconds: {{ .Values.cronjob.activeDeadlineSeconds }}
{{- end }}
template:
spec:
containers:
Expand Down

0 comments on commit 3ec59ec

Please sign in to comment.