Skip to content

Commit

Permalink
fix: appset policy for argocd controller (#1515)
Browse files Browse the repository at this point in the history
* Fix appset policy for argocd controller

* Fix syntax

Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>

---------

Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
Co-authored-by: Siddhesh Ghadi <sghadi1203@gmail.com>
  • Loading branch information
robertcoltheart and svghadi committed Aug 22, 2024
1 parent 7e93883 commit f8b8fab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controllers/argocd/policyrule.go
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,8 @@ func policyRuleForApplicationSetController() []v1.PolicyRule {
},
Verbs: []string{
"get",
"list",
"watch",
},
},

Expand Down

0 comments on commit f8b8fab

Please sign in to comment.