remove config file
This commit is contained in:
@@ -208,7 +208,7 @@ renovate:
|
|||||||
suspend: false
|
suspend: false
|
||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: Forbid
|
||||||
timeZone: US/Central
|
timeZone: US/Central
|
||||||
schedule: 0 * * * *
|
schedule: "*/5 * * * *"
|
||||||
startingDeadlineSeconds: 90
|
startingDeadlineSeconds: 90
|
||||||
successfulJobsHistory: 3
|
successfulJobsHistory: 3
|
||||||
failedJobsHistory: 3
|
failedJobsHistory: 3
|
||||||
@@ -242,29 +242,7 @@ renovate:
|
|||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
configMaps:
|
|
||||||
config:
|
|
||||||
enabled: true
|
|
||||||
data:
|
|
||||||
config.json5: |
|
|
||||||
{
|
|
||||||
repositories: [
|
|
||||||
'alexlebens/helm-charts',
|
|
||||||
'alexlebens/grafana-dashboards',
|
|
||||||
],
|
|
||||||
}
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
|
||||||
enabled: true
|
|
||||||
type: configMap
|
|
||||||
name: gitea-renovate-config
|
|
||||||
advancedMounts:
|
|
||||||
renovate:
|
|
||||||
main:
|
|
||||||
- path: /opt/renovate/config.json5
|
|
||||||
readOnly: true
|
|
||||||
mountPropagation: None
|
|
||||||
subPath: config.json5
|
|
||||||
ssh:
|
ssh:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: secret
|
type: secret
|
||||||
|
Reference in New Issue
Block a user