Skip to content

Commit

Permalink
fixed cronjob schedule description field
Browse files Browse the repository at this point in the history
  • Loading branch information
odra committed Feb 21, 2019
1 parent 74931ac commit 64094d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/openshift/backup-cronjob-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ parameters:
description: Encruption secret name to create environment variables from
required: true
- name: CRON_SCHEDULE
description: 'Job schedule in Cron Format [Default is everyday at 2am]'
description: 'Job schedule in Cron Format [Default is to trigger a job every minute for development purposes]'
value: '*/1 * * * *'
- name: IMAGE
description: 'Backup docker image URL'
Expand Down

0 comments on commit 64094d8

Please sign in to comment.