fix(renovate): fix indendation
This commit is contained in:
@@ -29,4 +29,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/renovate
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/renovate
|
||||||
- https://hub.docker.com/r/renovate/renovate
|
- https://hub.docker.com/r/renovate/renovate
|
||||||
type: application
|
type: application
|
||||||
version: 1.4.2
|
version: 1.4.3
|
||||||
|
|||||||
@@ -36,13 +36,14 @@ workload:
|
|||||||
|
|
||||||
configmap:
|
configmap:
|
||||||
config:
|
config:
|
||||||
enabled:
|
enabled: true
|
||||||
data:
|
data:
|
||||||
config.json: |-
|
config.json: |-
|
||||||
{
|
{
|
||||||
"repositories": ["truecharts/public"],
|
"repositories": ["truecharts/public"],
|
||||||
"dryRun" : "full"
|
"dryRun" : "full"
|
||||||
}
|
}
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
Reference in New Issue
Block a user