Skip to content

Commit

Permalink
fix(cronjob-template): trigger helm release (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: kty1965 <[email protected]>
  • Loading branch information
kty1965 and kty1965 authored Jan 22, 2024
1 parent 6213a4e commit f83ed07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/cronjob-template/values.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# -- name
name: cronjob-template

# -- Common labels for the all resources
additionalLabels: {}

# -- Runtime env for app.kubernetes.io/env, env, tags.datadoghq.com/env labels
runtimeEnv: stage

# -- Common labels for the all resources
additionalLabels: {}

# -- CronJob resource configuration
cronJob:
# -- minute(0-59) hour(0-23) day-of-month(1-31) month(1-12) day-of-week(0-6, 0:Sunday)
Expand Down

0 comments on commit f83ed07

Please sign in to comment.