Skip to content

Commit

Permalink
fix(directives): permit helm-update-chart access to Kargo client (#…
Browse files Browse the repository at this point in the history
…2733)

Signed-off-by: Hidde Beydals <[email protected]>
  • Loading branch information
hiddeco authored Oct 11, 2024
1 parent 172da95 commit bae1cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/directives/helm_chart_updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func init() {
builtins.RegisterPromotionStepRunner(
newHelmChartUpdater(),
&StepRunnerPermissions{
AllowArgoCDClient: true,
AllowKargoClient: true,
AllowCredentialsDB: true,
},
)
Expand Down

0 comments on commit bae1cc0

Please sign in to comment.