Skip to content

Commit

Permalink
fix: Pass namespace into chart
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Aug 23, 2023
1 parent d764e40 commit e8e0b8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/helm/chart.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ func NewActionableChart(releaseName string, namespace string) (*ActionableChart,
return &ActionableChart{
releaseName: releaseName,
config: config,
namespace: namespace,
}, nil
}

Expand Down

0 comments on commit e8e0b8f

Please sign in to comment.