This commit is contained in:
Roxedus 2022-05-31 23:07:38 +02:00
parent 2b16c41c74
commit 146b150963
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B
3 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
},
"helm-values": {
"fileMatch": [
"-values\\.yaml$"
"values\\.*\\.yaml$"
]
},
"packageRules": [

View File

@ -4,7 +4,7 @@ source:
targetRevision: 10.20.1
helm:
valueFiles:
- values.yaml
- .helms/traefik-values.yaml
chart: traefik
destination:
server: "https://kubernetes.default.svc"