feat(renovate-operator): Fix ratelimits

This commit is contained in:
Peter 2026-05-07 15:15:54 +02:00
parent 26d989fc03
commit 3d7580dc3a
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
5 changed files with 58 additions and 0 deletions

View file

@ -13,6 +13,13 @@ spec:
secretRef: renovate-operator-secrets
parallelism: 1
skipForks: true
extraVolumes:
- name: renovate-config
configMap:
name: renovate-config
extraVolumeMounts:
- name: renovate-config
mountPath: /opt/renovate
extraEnv:
- name: LOG_LEVEL
value: debug
@ -22,3 +29,5 @@ spec:
value: "true"
- name: RENOVATE_GIT_AUTHOR
value: "Renovate <renovate@peterg.nl>"
- name: RENOVATE_CONFIG_FILE
value: /opt/renovate/config.json