Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Oct 16, 2024
1 parent c70dfab commit 979bf57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/manifests/template/helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ func (h *helm) Render(svc *console.GetServiceDeploymentForAgent_ServiceDeploymen
if args.ReconcileHelmHooks() {
for _, h := range rel.Hooks {
_, err = fmt.Fprintln(&buffer, "---")
if err != nil {
return nil, err
}
_, err = fmt.Fprintln(&buffer, strings.TrimSpace(h.Manifest))
if err != nil {
return nil, err
Expand Down

0 comments on commit 979bf57

Please sign in to comment.