feat(renovate-operator): Fix ratelimits
This commit is contained in:
parent
26d989fc03
commit
3d7580dc3a
5 changed files with 58 additions and 0 deletions
22
k8s-peterg/renovate-operator/configmap.yaml
Normal file
22
k8s-peterg/renovate-operator/configmap.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: renovate-config
|
||||
namespace: renovate-operator
|
||||
data:
|
||||
config.json: |-
|
||||
{
|
||||
"hostRules": [
|
||||
{
|
||||
"matchHost": "docker.io",
|
||||
"username": "{{ env.DOCKER_USERNAME}}",
|
||||
"password": "{{ env.DOCKER_TOKEN }}"
|
||||
},
|
||||
{
|
||||
"matchHost": "registry-1.docker.io",
|
||||
"username": "{{ env.DOCKER_USERNAME}}",
|
||||
"password": "{{ env.DOCKER_TOKEN }}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue