Skip to content

Commit

Permalink
fix: cleanup subchart at prepare hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mikutas committed Jul 11, 2024
1 parent 99ce815 commit 65cc1d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions argo-cd/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ releases:
- values.yaml
- enableCustomResources: false
hooks:
- events: ["prepare"]
showlogs: true
command: rm
args: ["-r", "./charts/"]
- events: ["postsync"]
showlogs: true
command: just
Expand Down

0 comments on commit 65cc1d3

Please sign in to comment.