Skip to content

Commit

Permalink
feat: add ability to suspend cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeVienne committed Nov 26, 2024
1 parent d01a300 commit a7658c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/common/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: common
description: Opinated Helm chart for deploying applications to Kubernetes
description: Opiniated Helm chart for deploying applications to Kubernetes
type: application
version: 1.0.18
version: 1.0.19
appVersion: "v0.1.0"
1 change: 1 addition & 0 deletions charts/common/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spec:
concurrencyPolicy: {{ .concurrencyPolicy | default "Allow" }}
failedJobsHistoryLimit: {{ .failedJobsHistoryLimit | default 1 }}
schedule: {{ .schedule | quote }}
suspend: {{ .suspend | default false }}
jobTemplate:
metadata:
name: {{ .name }}
Expand Down

0 comments on commit a7658c5

Please sign in to comment.