INSERT GRAPHIC HERE (include hyperlink in image)
Subtitle or Short Description Goes Here
| declare module 'react' { | |
| function forwardRef<T, P = {}>( | |
| render: (props: P, ref: React.Ref<T>) => React.ReactElement | null, | |
| ): (props: P & React.RefAttributes<T>) => React.ReactElement | null; | |
| } |
| 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: |