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": { "helm-values": {
"fileMatch": [ "fileMatch": [
"-values\\.yaml$" "values\\.*\\.yaml$"
] ]
}, },
"packageRules": [ "packageRules": [

View File

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