templater/jobs/periodic/eks-anywhere-build-tooling/eks-anywhere-attribution-periodics.yaml (33 lines of code) (raw):
jobName: eks-anywhere-attribution-periodic
cronExpression: 0 8 * * 1-5
timeout: 4h
commands:
- make update-attribution-files
imageBuild: true
architecture: AMD64
extraRefs:
- org: aws
repo: eks-anywhere-build-tooling
baseRef: main
resources:
requests:
cpu: 5
memory: 16Gi
volumeMounts:
- name: ssh-auth
mountPath: /secrets/ssh-secrets
readOnly: true
- name: github-auth
mountPath: /secrets/github-secrets
readOnly: true
volumes:
- name: ssh-auth
VolumeType: secret
Secret:
DefaultMode: 256
Name: pr-bot-ssh-secret
- name: github-auth
VolumeType: secret
Secret:
DefaultMode: 256
Name: pr-bot-github-token