Split renovate deployment to files
This commit is contained in:
22
apps/renovate/cronjob.yaml
Normal file
22
apps/renovate/cronjob.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
apiVersion: batch/v1
|
||||
kind: CronJob
|
||||
metadata:
|
||||
name: renovate
|
||||
namespace: renovate
|
||||
spec:
|
||||
schedule: "@hourly"
|
||||
concurrencyPolicy: Forbid
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: renovate
|
||||
# Update this to the latest available and then enable Renovate on
|
||||
# the manifest
|
||||
image: renovate/renovate:39.233.3-full
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: renovate-env
|
||||
restartPolicy: Never
|
||||
Reference in New Issue
Block a user