Skip to content

Commit

Permalink
Fix a tab in moodle yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Apr 8, 2022
1 parent 7e91efb commit e033aeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4
version: 0.1.5
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
2 changes: 1 addition & 1 deletion moodle/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
{{- end }}
concurrencyPolicy: {{ .Values.cronjob.concurrencyPolicy }}
{{- if .Values.cronjob.activeDeadlineSeconds }}
activeDeadlineSeconds: {{ .Values.cronjob.activeDeadlineSeconds }}
activeDeadlineSeconds: {{ .Values.cronjob.activeDeadlineSeconds }}
{{- end }}
jobTemplate:
spec:
Expand Down

0 comments on commit e033aeb

Please sign in to comment.