Skip to content

Commit

Permalink
to kubevela#767, reverse pullInterval and interval in helmrelease
Browse files Browse the repository at this point in the history
  • Loading branch information
duzhongshu.dzs committed Dec 3, 2024
1 parent ade56fc commit 6aed254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/fluxcd/definitions/helm-release-def.cue
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ template: {
}
spec: {
timeout: parameter.installTimeout
interval: parameter.pullInterval
interval: parameter.interval
chart: {
spec: {
chart: parameter.chart
Expand All @@ -155,7 +155,7 @@ template: {
name: parameter.sourceName
}
}
interval: parameter.interval
interval: parameter.pullInterval
if parameter["valuesFiles"] != _|_ {
valuesFiles: parameter["valuesFiles"]
}
Expand Down

0 comments on commit 6aed254

Please sign in to comment.