INSERT GRAPHIC HERE (include hyperlink in image)
Subtitle or Short Description Goes Here
| apiVersion: batch/v1beta1 | |
| kind: CronJob # Tell kuber' that this is a cronjob | |
| metadata: | |
| annotations: | |
| name: ecr-cred-helper # Name of the job ,can be anything | |
| namespace: default | |
| spec: | |
| concurrencyPolicy: Allow | |
| failedJobsHistoryLimit: 1 | |
| jobTemplate: |