fix(renovate): fix indendation

This commit is contained in:
Stavros Kois
2025-01-01 21:51:07 +02:00
committed by GitHub
parent 3f21c8b2d0
commit f177709c6a
2 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -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
+8 -7
View File
@@ -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