Skip to content

Commit

Permalink
use batch/v1 API instead
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Oct 18, 2022
1 parent 2d01377 commit ffbdc5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ See chart value file for details of the logic used to generate this setting valu
{{- $includeCronJobs := (ne (.Values.includeCronJobs | typeOf) "<nil>") | ternary .Values.includeCronJobs ( (ne (.Values.global.connectors.includeCronJobs | typeOf) "<nil>") | ternary .Values.global.connectors.includeCronJobs .Values.defaultSettings.includeCronJobs) -}}
{{- if $includeCronJobs }}
---
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: connector-{{ .Values.config.id }}
Expand Down

0 comments on commit ffbdc5f

Please sign in to comment.