hm
This commit is contained in:
parent
2b16c41c74
commit
146b150963
@ -9,7 +9,7 @@
|
|||||||
},
|
},
|
||||||
"helm-values": {
|
"helm-values": {
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"-values\\.yaml$"
|
"values\\.*\\.yaml$"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
@ -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"
|
Loading…
Reference in New Issue
Block a user