feat(renovate-operator): Fix ratelimits
This commit is contained in:
parent
26d989fc03
commit
3d7580dc3a
5 changed files with 58 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue