remove config file

This commit is contained in:
2025-03-14 13:11:57 -05:00
parent ef4f9786fa
commit 498263a9ae

View File

@@ -208,7 +208,7 @@ renovate:
suspend: false
concurrencyPolicy: Forbid
timeZone: US/Central
schedule: 0 * * * *
schedule: "*/5 * * * *"
startingDeadlineSeconds: 90
successfulJobsHistory: 3
failedJobsHistory: 3
@@ -242,29 +242,7 @@ renovate:
requests:
cpu: 100m
memory: 128Mi
configMaps:
config:
enabled: true
data:
config.json5: |
{
repositories: [
'alexlebens/helm-charts',
'alexlebens/grafana-dashboards',
],
}
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:
enabled: true
type: secret