remove config file
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user